diff options
-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 5b6b8d154..16de893d5 100644 --- a/pcr-testing/calamares/PKGBUILD +++ b/pcr-testing/calamares/PKGBUILD @@ -3,7 +3,7 @@ pkgname=calamares pkgver=3.1.9 -pkgrel='parabola8' +pkgrel='parabola9' pkgdesc='Distribution-independent installer framework - Parabola edition' arch=('i686' 'x86_64') url="https://calamares.io/" @@ -24,7 +24,7 @@ depends=(${_runtime_couplings[@]} 'ckbcomp' 'dmidecode' 'gptfdisk' 'hwinfo' '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=('784471feb9366dd12fdd34db20cad5036f654cb863be900f627d83c0b7e999c9') +sha256sums=('037e45107b399bf03937106363b73a52cc7232e3b75dfdb68012efc528b2f637') build() |