summaryrefslogtreecommitdiff
path: root/pcr-testing
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2017-12-23 07:36:28 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2017-12-29 01:48:48 -0500
commit6c97d90377a2fd7b87e1817ba9b07fe4d6ce4197 (patch)
treef050f628ddceadd8368c35f02f5ef0a231015e3d /pcr-testing
parentfb20a1bcc159c1f0a7c12d90a3a57010e9bed850 (diff)
[calamares]: upgrade
Diffstat (limited to 'pcr-testing')
-rw-r--r--pcr-testing/calamares/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/pcr-testing/calamares/PKGBUILD b/pcr-testing/calamares/PKGBUILD
index a01e892d4..ad88f8a02 100644
--- a/pcr-testing/calamares/PKGBUILD
+++ b/pcr-testing/calamares/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=calamares
pkgver=3.1.9
-pkgrel='parabola1.2'
+pkgrel='parabola4.1'
pkgdesc='Distribution-independent installer framework - Parabola edition'
arch=('i686' 'x86_64')
license=('GPL')
@@ -22,7 +22,7 @@ _git_tag="${pkgver}-${pkgrel%%.*}"
source=("https://notabug.org/bill-auger/calamares/archive/v${_git_tag}.tar.gz"
welcome-lxde.txt
welcome-mate.txt)
-sha256sums=('4ce0da2894a7f474c10af65d4c32fd595640bf2307cddaffd0f6636a717f4b65'
+sha256sums=('ddfe23c7a92d931150468245c1f4001e0c1cd76c8d082c2c5152f7d2a65aa200'
'f4eac2d05a33daaf75e81b4240124dbbd98e662797335ab116501e92b20e9849'
'6211c6a404fc1a9437d291603fe9990580561f1057463a1f414f3662ff798a24')
@@ -47,6 +47,6 @@ package()
make DESTDIR=${pkgdir} install
# ASSERT: one welcome-<DESKTOP>*.txt for each DESKTOP in calamares GS::DESKTOPS_KEY
- install -d usr/share/calamares/welcome/
- cp ${srcdir}/welcome-*.txt usr/share/calamares/welcome/
+ install -d ${pkgdir}/usr/share/calamares/welcome/
+ cp ${srcdir}/welcome-*.txt ${pkgdir}/usr/share/calamares/welcome/
}