summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÉtienne Deparis2018-01-02 15:38:56 +0100
committerÉtienne Deparis2018-01-02 15:38:56 +0100
commitb402a20309bc7d9f49fbe5a697eb2c64a1115866 (patch)
tree903b3ba9491efe368daf516b55e796956b44241b /PKGBUILD
parent96b6ff91abe19aa61ec2ee83a8d9aea3e9afb684 (diff)
downloadaur-b402a20309bc7d9f49fbe5a697eb2c64a1115866.tar.gz
New version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 751fbf086e59..a17d20d0ec38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=libnitrokey
-pkgver=3.0
-pkgrel=3
+pkgver=3.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' 'libcatch-cpp-headers')
source=("https://github.com/Nitrokey/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('9bc47efbd2f97af859d7bb4d07556f7f83e58f6de63fdba92d75b999b578ec15')
+sha256sums=('72444e3c6036ddbf82eae598f0e1d2a7a32048eb4a326df3a454c251220a7390')
prepare() {
cd "$srcdir/$pkgname-$pkgver/"