summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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/"