summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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