summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSeveren Redwood2016-02-22 03:18:43 +1300
committerSeveren Redwood2016-02-22 03:19:20 +1300
commitcdc627a1aaeb1936cb31ddc11f75bb9b45c6ca5c (patch)
tree07bfcaf0f12b6aad602497eeeb45ad6e5fd9febc /PKGBUILD
parentd9480d7484ea480cf43c1e81a94c268c89138cf5 (diff)
downloadaur-cdc627a1aaeb1936cb31ddc11f75bb9b45c6ca5c.tar.gz
Add the r prefix to the revision
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 64d4fb9fa4f9..21d037f7b234 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Report all package issues to `https://github.com/SShrike/pkgbuilds`
pkgname=gtkd-git
-pkgver=1199.98f9dc8
-pkgrel=3
+pkgver=r1244.b49250e
+pkgrel=1
pkgdesc='D binding and OO wrapper of GTK+'
url='http://gtkd.org'
options=('staticlibs')
@@ -21,7 +21,7 @@ md5sums=('SKIP')
pkgver() {
cd GtkD
- echo $(git rev-list --count HEAD).$(git rev-parse --short HEAD)
+ echo r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)
}
build() {