From fb20a1bcc159c1f0a7c12d90a3a57010e9bed850 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Thu, 21 Dec 2017 10:01:12 -0500 Subject: [parabola-laf]: upgrade --- pcr-testing/parabola-laf/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pcr-testing') 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 -- cgit v1.2.3