summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7a254cf122d..321492fcd5be 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=aksusbd-bin
pkgver=8.41
-pkgrel=2
+pkgrel=1
pkgdesc="Sentinel AKSUSB daemon supporting Sentinel HASP, HASP HL, HASP4 and Hardlock keys."
arch=('i686' 'x86_64')
url="https://supportportal.thalesgroup.com"
@@ -26,12 +26,10 @@ makedepends=('libarchive'
conflicts=('ehaspd' 'aksusbd')
options=('!strip')
-_nver=""
-_nrel=""
pkgver() {
- #echo $_nver.$_nrel
- echo $_nver
+ cd $srcdir
+ cat version.txt| cut -d' ' -f 1
}
prepare(){