summarylogtreecommitdiffstats
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
parent96b6ff91abe19aa61ec2ee83a8d9aea3e9afb684 (diff)
downloadaur-b402a20309bc7d9f49fbe5a697eb2c64a1115866.tar.gz
New version
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3946a34b2472..3d3b080568c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 5.0.2
-# Thu Oct 12 19:55:18 UTC 2017
+# Tue Jan 2 14:38:18 UTC 2018
pkgbase = libnitrokey
pkgdesc = Communicate with Nitrokey stick devices in a clean and easy manner
- pkgver = 3.0
- pkgrel = 3
+ pkgver = 3.1
+ pkgrel = 1
url = https://www.nitrokey.com
arch = i686
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = libnitrokey
makedepends = qt5-tools
makedepends = libcatch-cpp-headers
depends = hidapi
- source = https://github.com/Nitrokey/libnitrokey/archive/v3.0.tar.gz
- sha256sums = 9bc47efbd2f97af859d7bb4d07556f7f83e58f6de63fdba92d75b999b578ec15
+ source = https://github.com/Nitrokey/libnitrokey/archive/v3.1.tar.gz
+ sha256sums = 72444e3c6036ddbf82eae598f0e1d2a7a32048eb4a326df3a454c251220a7390
pkgname = libnitrokey
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/"