summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgaelic2016-05-10 08:55:45 +0200
committergaelic2016-05-10 08:55:45 +0200
commit5e3804246c5227984685e03aeeff72aa176813c1 (patch)
tree6dbaf8d5db180787a6eb72a9e42a15c52a8c24c9
parent9f5b1382cf38131c8f5dcbd485d246e12eb55997 (diff)
downloadaur-5e3804246c5227984685e03aeeff72aa176813c1.tar.gz
versioning update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d79c0229ade5..ec3fa63ee12b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Mar 21 07:43:18 UTC 2016
+# Tue May 10 06:55:00 UTC 2016
pkgbase = paper-icon-theme-git
pkgdesc = Paper is an icon theme for GTK based desktops and fits perfectly the paper-gtk-theme
- pkgver = ae82c98
+ pkgver = 368.45207e8
pkgrel = 1
url = https://github.com/snwh/paper-icon-theme
arch = any
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() {