summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuca Béla Palkovics2015-08-15 08:22:01 +0000
committerLuca Béla Palkovics2015-08-15 08:22:01 +0000
commit25a96aae616f2fec3e1d1938c3d6252f5dd88dab (patch)
treeb1fb9ccf65851d898786f09d24d67e3097762d5d /PKGBUILD
parent6293696d589e7ac57d73d8a5cc39adb7c0dbe523 (diff)
downloadaur-25a96aae616f2fec3e1d1938c3d6252f5dd88dab.tar.gz
Update to r823.9f8ab17-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2cabe2e82e1e..77bf368c8a70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luca Béla Palkovics <luca.bela.palkovics@gmail.com>
pkgrel=1
-pkgver=r823.9f8ab17
+pkgver=alpha.r5.g9f8ab17
pkgname=('gtox-git')
pkgdesc="a GTK-based tox-client"
url="https://github.com/KoKuToru/gTox.git"
@@ -17,7 +17,7 @@ pkgver()
{
cd ${pkgname%-git}
( set -o pipefail
- git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
+ git describe --long --tags 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
)
}