diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2018-05-03 14:50:35 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2018-05-03 14:50:35 -0400 |
commit | 178419c6570f3c3d60143731be24fb7e97468458 (patch) | |
tree | a5626ec0cf92b069d71371c910f463dc686ca704 /pcr-testing | |
parent | eb4296d1081f75b383ba71f08a19b7be394ae007 (diff) | |
download | abslibre-178419c6570f3c3d60143731be24fb7e97468458.tar.gz abslibre-178419c6570f3c3d60143731be24fb7e97468458.tar.bz2 abslibre-178419c6570f3c3d60143731be24fb7e97468458.zip |
[calamares]: rebuild
Diffstat (limited to 'pcr-testing')
-rw-r--r-- | pcr-testing/calamares/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr-testing/calamares/PKGBUILD b/pcr-testing/calamares/PKGBUILD index e272b9e79..ba0aced87 100644 --- a/pcr-testing/calamares/PKGBUILD +++ b/pcr-testing/calamares/PKGBUILD @@ -3,7 +3,7 @@ pkgname=calamares pkgver=3.1.9 -pkgrel='parabola7' +pkgrel='parabola7.3' pkgdesc='Distribution-independent installer framework - Parabola edition' arch=('i686' 'x86_64') license=('GPL') @@ -24,7 +24,7 @@ depends=(${_runtime_couplings[@]} 'dmidecode' 'gptfdisk' 'hwinfo' 'kconfig' 'kco _git_tag="v${pkgver}-${pkgrel%%.*}" _build_dir=${pkgname}-${_git_tag}/build source=(https://git.parabola.nu/${pkgname}.git/snapshot/${pkgname}-${_git_tag}.tar.gz) -sha256sums=('676400b09681f91313d8bc25241f9850c46ec5957121359958d0957e68dd645d') +sha256sums=('3c7e8a312aee5ebae99c1489551be2986e232b5a4972f171670c17e4157013c3') build() |