summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 690d608a5b9d..277f661306b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=cld2
pkgname=${_pkgname}-git
-pkgver=196
+pkgver=20150820
pkgrel=1
pkgdesc='Compact Language Detector 2'
arch=('x86_64')
@@ -16,7 +16,7 @@ source=('git+https://github.com/CLD2Owners/cld2.git')
md5sums=('SKIP')
pkgver() {
- cd "$srcdir/$_gitname"
+ cd "$srcdir/$_pkgname"
git log -1 --pretty='%cd' --date=short | tr -d '-'
}