summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgaelic2016-05-10 08:55:45 +0200
committergaelic2016-05-10 08:55:45 +0200
commit5e3804246c5227984685e03aeeff72aa176813c1 (patch)
tree6dbaf8d5db180787a6eb72a9e42a15c52a8c24c9 /PKGBUILD
parent9f5b1382cf38131c8f5dcbd485d246e12eb55997 (diff)
downloadaur-5e3804246c5227984685e03aeeff72aa176813c1.tar.gz
versioning update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09a36a178595..9282edc450fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=paper-icon-theme-git
-pkgver=ae82c98
+pkgver=368.45207e8
pkgrel=1
pkgdesc="Paper is an icon theme for GTK based desktops and fits perfectly the paper-gtk-theme"
arch=(any)
@@ -14,9 +14,7 @@ md5sums=('SKIP')
pkgver() {
cd "$srcdir/$pkgname"
- # Use the tag of the last commit
- git describe --always | sed 's|-|.|g'
- #printf "0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+ echo $(git rev-list --count HEAD).$(git rev-parse --short HEAD)
}
build() {