summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2018-08-21 14:23:34 +0200
committerÉtienne Deparis2018-08-21 14:23:34 +0200
commit71c648f44d7e39aa26ccf938956a4a6f534704b7 (patch)
tree6c160cf40c0c9499da3e695a685af32b74d19dc9
parent72cf781c7ac09ccb95ff6bfc04bea23d83e1ba43 (diff)
downloadaur-libnitrokey-git.tar.gz
Fix version scheme
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9af1d391e68..1d496b62ed05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
-# Generated by makepkg 5.0.2
-# Sun Feb 11 18:27:55 UTC 2018
+# Generated by makepkg 5.1.1
+# Tue Aug 21 12:23:03 UTC 2018
pkgbase = libnitrokey-git
pkgdesc = Communicate with Nitrokey stick devices in a clean and easy manner
- pkgver = 3.2r634.e2e009d
- pkgrel = 2
+ pkgver = 3.4.1r781.ef171df
+ pkgrel = 1
url = https://www.nitrokey.com
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index d39dc863afb5..af52c6d834ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=libnitrokey-git
_gitname=libnitrokey
-pkgver=3.2r634.e2e009d
-pkgrel=2
+pkgver=3.4.1r781.ef171df
+pkgrel=1
pkgdesc="Communicate with Nitrokey stick devices in a clean and easy manner"
arch=('i686' 'x86_64')
url="https://www.nitrokey.com"
@@ -17,7 +17,7 @@ sha256sums=('SKIP')
pkgver() {
cd "$srcdir/${_gitname}/"
- curver=$(sed -n 's/^project(libnitrokey LANGUAGES C CXX VERSION \(.*\)\.0)$/\1/p' CMakeLists.txt)
+ curver=$(sed -n 's/^project(libnitrokey LANGUAGES C CXX VERSION \(.*\))$/\1/p' CMakeLists.txt)
printf "%sr%s.%s" "$curver" "$(git rev-list --count HEAD)" \
"$(git rev-parse --short HEAD)"
}