summaryrefslogtreecommitdiff
path: root/pcr-testing
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2017-12-21 10:01:12 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2017-12-29 01:48:48 -0500
commitfb20a1bcc159c1f0a7c12d90a3a57010e9bed850 (patch)
treef85b9c1e2fe80c81f820c76497521bfb35efe3bd /pcr-testing
parent9e4f7c8cedcdaefa2b9b5d2a3ea56023ee6d1e3d (diff)
[parabola-laf]: upgrade
Diffstat (limited to 'pcr-testing')
-rw-r--r--pcr-testing/parabola-laf/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/pcr-testing/parabola-laf/PKGBUILD b/pcr-testing/parabola-laf/PKGBUILD
index 29ca7ad89..7dda06277 100644
--- a/pcr-testing/parabola-laf/PKGBUILD
+++ b/pcr-testing/parabola-laf/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=parabola-laf
-pkgver=v0.6
+pkgver=0.8
pkgrel=1
pkgdesc="User skeleton, artwork, and utilities for Parabola graphical desktop systems"
arch=('any')
@@ -18,12 +18,12 @@ sha256sums=('SKIP')
pkgver() {
cd "${pkgname}"
- git tag | sort | tail -n1
+ git tag | sort | tail -n1 | sed 's|^v\(.*\)|\1|'
}
package() {
cd "${pkgname}"
- git checkout ${pkgver}
+ git checkout "v${pkgver}"
mkdir -p $pkgdir/usr/share/backgrounds
mkdir -p $pkgdir/usr/share/pixmaps