summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÉtienne Deparis2018-08-21 14:30:11 +0200
committerÉtienne Deparis2018-08-21 14:30:11 +0200
commitb92e52a082b362c8fd6aff430860aa79f471dd91 (patch)
tree8789052b33c389ec3f430d448c259b5b86e0bcfb /PKGBUILD
parentae8e0182a5d54529fb23bd0513497054c654f694 (diff)
downloadaur-libnitrokey.tar.gz
3.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05251c5b2df7..83499558e433 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=libnitrokey
-pkgver=3.3
-pkgrel=3
+pkgver=3.4.1
+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=("${pkgname}-${pkgver}.tar.gz::https://github.com/Nitrokey/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('0de70ec8443f24d388590ec856ad6a7e409bff2acb65aa12560e828e980903d5')
+sha256sums=('224c92023a7b8ef88e7c66d158c9593fb309956dca4523bc3c5d1615a137cef6')
prepare() {
cd "$srcdir/$pkgname-$pkgver/"