summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTravis Glenn Hansen2017-10-24 20:06:08 -0600
committerTravis Glenn Hansen2017-10-24 20:06:08 -0600
commit61298e53bbc6a2aee49d54f2b7adbffc48ede012 (patch)
tree48ff124c2613ccff071025fd62dfd56b237e76a0
parent34970faf7ca169d9cc68b9329ed3788654cc4402 (diff)
downloadaur-61298e53bbc6a2aee49d54f2b7adbffc48ede012.tar.gz
bump yubico-piv-tool-1.4.4-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebb9341fb9d9..110e3abfadfe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yubico-piv-tool
pkgdesc = Tool to interact with the PIV applet on a YubiKey NEO
pkgver = 1.4.4
- pkgrel = 1
+ pkgrel = 2
url = https://developers.yubico.com/yubico-piv-tool/
arch = i686
arch = x86_64
@@ -9,8 +9,10 @@ pkgbase = yubico-piv-tool
depends = pcsclite
depends = openssl-1.0
options = !libtool
- source = yubico-piv-tool-1.4.4.tar.gz::https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-1.4.4.tar.gz
+ source = https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-1.4.4.tar.gz
+ source = https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-1.4.4.tar.gz.sig
md5sums = bdada97514316bd7d712f8dfc6ee6a5e
+ md5sums = SKIP
pkgname = yubico-piv-tool
diff --git a/PKGBUILD b/PKGBUILD
index d6a97ad925c3..69b8751301b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,19 @@
pkgname=yubico-piv-tool
pkgver=1.4.4
-pkgrel=1
+pkgrel=2
pkgdesc="Tool to interact with the PIV applet on a YubiKey NEO"
arch=('i686' 'x86_64')
license=('GPL3')
depends=('pcsclite' 'openssl-1.0')
url=https://developers.yubico.com/yubico-piv-tool/
-source=("${pkgname}-${pkgver}.tar.gz::https://developers.yubico.com/yubico-piv-tool/Releases/${pkgname}-${pkgver}.tar.gz")
-md5sums=('bdada97514316bd7d712f8dfc6ee6a5e')
+source=(
+ "https://developers.yubico.com/yubico-piv-tool/Releases/${pkgname}-${pkgver}.tar.gz"
+ "https://developers.yubico.com/yubico-piv-tool/Releases/${pkgname}-${pkgver}.tar.gz.sig"
+)
+md5sums=('bdada97514316bd7d712f8dfc6ee6a5e'
+ 'SKIP')
+validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A')
options=(!libtool)
build() {