summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2018-04-12 22:19:36 +0200
committerÉtienne Deparis2018-04-12 22:22:56 +0200
commite80f77070a0e1ce4fadf71be847f63738f7d470c (patch)
treebed75e4a7db4fa3132bf939c1d5587a6f5e19371
parentfebfce306dffae925462a329ffc8979f6f8f3419 (diff)
downloadaur-e80f77070a0e1ce4fadf71be847f63738f7d470c.tar.gz
New release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 751ead6c7deb..919de47ae973 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 5.0.2
-# Sun Feb 11 18:25:29 UTC 2018
+# Thu Apr 12 20:18:50 UTC 2018
pkgbase = libnitrokey
pkgdesc = Communicate with Nitrokey stick devices in a clean and easy manner
- pkgver = 3.2
- pkgrel = 5
+ pkgver = 3.3
+ pkgrel = 1
url = https://www.nitrokey.com
arch = i686
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = libnitrokey
makedepends = cmake
makedepends = qt5-tools
depends = hidapi
- source = https://github.com/Nitrokey/libnitrokey/archive/v3.2.tar.gz
- sha256sums = b4ebffcf2143fb2cf535200a1f77ac123d50d87747e40ff8587f3fad2f2cb0fa
+ source = https://github.com/Nitrokey/libnitrokey/archive/v3.3.tar.gz
+ sha256sums = 0de70ec8443f24d388590ec856ad6a7e409bff2acb65aa12560e828e980903d5
pkgname = libnitrokey
diff --git a/PKGBUILD b/PKGBUILD
index 16620f9ce7d4..f2cb5253eef2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=libnitrokey
-pkgver=3.2
-pkgrel=5
+pkgver=3.3
+pkgrel=1
pkgdesc="Communicate with Nitrokey stick devices in a clean and easy manner"
arch=('i686' 'x86_64')
url="https://www.nitrokey.com"
@@ -10,7 +10,7 @@ license=('LGPL3')
depends=(hidapi)
makedepends=('cmake' 'qt5-tools')
source=("https://github.com/Nitrokey/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('b4ebffcf2143fb2cf535200a1f77ac123d50d87747e40ff8587f3fad2f2cb0fa')
+sha256sums=('0de70ec8443f24d388590ec856ad6a7e409bff2acb65aa12560e828e980903d5')
prepare() {
cd "$srcdir/$pkgname-$pkgver/"