diff options
Diffstat (limited to 'pcr-testing/calamares')
-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 3cd7282ca..dce66c126 100644 --- a/pcr-testing/calamares/PKGBUILD +++ b/pcr-testing/calamares/PKGBUILD @@ -3,7 +3,7 @@ pkgname=calamares pkgver=3.1.9 -pkgrel='parabola7.6' +pkgrel='parabola8' 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=('5e07fc4d447f7e092d729566722c45e51fd9c20f4a7086af2ac077dbdd8f9609') +sha256sums=('784471feb9366dd12fdd34db20cad5036f654cb863be900f627d83c0b7e999c9') build() |