summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90d0a4e10a31..11405b04896a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=snacc-basin-git
-pkgver=1.3.1_16_g23ba7a6
+pkgver=1.3.1_18_g0536f7b
pkgrel=1
pkgdesc="Sample Neufeld ASN.1 to C Compiler"
arch=('i686' 'x86_64' 'mips64el' 'armv6h' 'armv7h' 'arm')
@@ -26,7 +26,7 @@ package() {
pkgver() {
cd "${srcdir}/${pkgname}"
- ./version.sh
+ ./version-gen
}
# vim:set ts=2 sw=2 et: