summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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() {