diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2018-06-21 22:06:17 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2018-06-21 22:06:17 -0400 |
commit | 6a4319503a93962311dee938a6b22de436780e2c (patch) | |
tree | 4ddeb624a6a9b7205cba84fb987a39d8dc1b4c85 /pcr-testing/calamares | |
parent | 405ab092f8385b6ecdfd5cdc28a05d87808effc0 (diff) | |
download | abslibre-6a4319503a93962311dee938a6b22de436780e2c.tar.gz abslibre-6a4319503a93962311dee938a6b22de436780e2c.tar.bz2 abslibre-6a4319503a93962311dee938a6b22de436780e2c.zip |
[calamares]: rebuild
Diffstat (limited to 'pcr-testing/calamares')
-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 \ |