summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Lezaeta Reyes2015-07-15 00:10:49 -0300
committerPablo Lezaeta Reyes2015-07-15 00:10:49 -0300
commit835e96920e89d33c1b10cb5b6c949050727458d4 (patch)
tree1afa510570c97518f1a7bc065893874d140bdb8d
parent531a1135c7abb245774a4ed7f099e8c9967cb267 (diff)
downloadaur-835e96920e89d33c1b10cb5b6c949050727458d4.tar.gz
Propper versionated
Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5a6fd7be44a..bee5cc2e6a73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xfce-theme-greybird-git
pkgdesc = Desktop theme suite from Xubuntu, with support for Xfce, Metacity and Unity
- pkgver = 1.5.3.14.g06bf0cb.r604.06bf0cb
+ pkgver = 1.5.3.r604
pkgrel = 1
url = https://github.com/shimmerproject/Greybird
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index f3c796044c5d..7cd4cd3480dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Alessio Sergi <asergi at archlinux dot us>
pkgname=xfce-theme-greybird-git
-pkgver=1.5.3.14.g06bf0cb.r604.06bf0cb
+pkgver=1.5.3.r604
pkgrel=1
pkgdesc="Desktop theme suite from Xubuntu, with support for Xfce, Metacity and Unity"
arch=('any')
@@ -24,7 +24,7 @@ md5sums=('SKIP')
pkgver() {
cd "$srcdir/Greybird"
- echo $(git describe --always).r$(git rev-list --count master).$(git rev-parse --short master) | sed 's|-|.|g' | sed 's|v||g'
+ echo $(git describe --always --abbrev=0).r$(git rev-list --count master) | sed 's|-|.|g' | sed 's|v||g'
}
package() {