From 95776103162a511f39e0f447b0e43e6d265d5416 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Tue, 19 Dec 2017 08:03:53 -0500 Subject: [parabola-laf]: upgrade --- pcr-testing/parabola-laf/PKGBUILD | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'pcr-testing') diff --git a/pcr-testing/parabola-laf/PKGBUILD b/pcr-testing/parabola-laf/PKGBUILD index 5446d8445..29ca7ad89 100644 --- a/pcr-testing/parabola-laf/PKGBUILD +++ b/pcr-testing/parabola-laf/PKGBUILD @@ -2,7 +2,7 @@ pkgname=parabola-laf -pkgver=0.5 +pkgver=v0.6 pkgrel=1 pkgdesc="User skeleton, artwork, and utilities for Parabola graphical desktop systems" arch=('any') @@ -10,15 +10,21 @@ license=('GPL') url=https://wiki.parabola.nu/Parabola-LAF depends=() -makedepends=() +makedepends=('git') -#_giturl=https://git.parabola.nu/packages/${pkgname}.git -#source=("${_srcdir}::git+${_giturl}/tag/?h=v${pkgver}") -source=("https://notabug.org/bill-auger/parabola-laf/archive/v${pkgver}.tar.gz") -sha256sums=('075bf2685a1dbb6fb6806f50614e9f18516cd7ea1d94724a61e6701eccf66d45') +source=("git+https://git.parabola.nu/${pkgname}.git") +sha256sums=('SKIP') +pkgver() { + cd "${pkgname}" + git tag | sort | tail -n1 +} + package() { + cd "${pkgname}" + git checkout ${pkgver} + mkdir -p $pkgdir/usr/share/backgrounds mkdir -p $pkgdir/usr/share/pixmaps mkdir -p $pkgdir/usr/bin -- cgit v1.2.3