summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorColin Arnott2017-12-10 05:52:32 +0000
committerColin Arnott2017-12-10 05:52:32 +0000
commit02c57bf38c669ccb9d1ead73db21dbd49194b7a2 (patch)
tree0fe4a0800e443613364c8eaaa642ecaee3eaacdb /PKGBUILD
parentadb2615cf279b0c2174e53429f989ff7770622ba (diff)
downloadaur-02c57bf38c669ccb9d1ead73db21dbd49194b7a2.tar.gz
bump version and tweak PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b9c47634e2f..32914aadcd10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributer : Jo De Boeck <deboeck.jo@gmail.com>
pkgname=purple-skypeweb-git
-pkgver=r953.6fa665a
+pkgver=1.4.r20.c442007
pkgrel=1
arch=('any')
license=('GPLv3')
@@ -18,8 +18,7 @@ md5sums=('SKIP')
pkgver() {
cd "$srcdir/$pkgname"
- printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-
+ git describe --long --tags | sed 's/\([^-]*-\)g/r\1/;s/-/./g'
}
build() {