diff options
-rw-r--r-- | pcr-testing/calamares/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pcr-testing/calamares/PKGBUILD b/pcr-testing/calamares/PKGBUILD index d27be1813..084d70d74 100644 --- a/pcr-testing/calamares/PKGBUILD +++ b/pcr-testing/calamares/PKGBUILD @@ -3,10 +3,10 @@ pkgname=calamares pkgver=3.1.9 -pkgrel='parabola9.7' +pkgrel='parabola9.8' pkgdesc='Distribution-independent installer framework - Parabola edition' arch=('i686' 'x86_64') -url="https://calamares.io/" +url=https://calamares.io/ license=('GPL') _latest_version() { pacman -Si $1 | awk '$1=="Version" { sub (/-.*/, "" , $3) ; print $3 }' ; } @@ -30,7 +30,7 @@ sha256sums=('67547f1b376917ec8c8e0b94a0e8f6395e9a1a97a57e52f2bcb877736fc100b8') build() { mkdir -p ${srcdir}/${_build_dir} - cd ${srcdir}/${_build_dir} + cd ${srcdir}/${_build_dir} cmake -DCMAKE_BUILD_TYPE=Debug \ -DCMAKE_INSTALL_PREFIX=/usr \ |