summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5978aac24ff..987bd0f71e45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = yubico-piv-tool
pkgdesc = Tool to interact with the PIV applet on a YubiKey NEO
pkgver = 1.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://developers.yubico.com/yubico-piv-tool/
arch = armv7h
arch = i686
arch = x86_64
license = GPL3
makedepends = check
+ makedepends = gengetopt
+ makedepends = help2man
depends = pcsclite
depends = openssl-1.0
options = !libtool
diff --git a/PKGBUILD b/PKGBUILD
index afba6936c141..1c40d09e2e0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=yubico-piv-tool
pkgver=1.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="Tool to interact with the PIV applet on a YubiKey NEO"
arch=('armv7h' 'i686' 'x86_64')
license=('GPL3')
depends=('pcsclite' 'openssl-1.0')
-makedepends=('check')
+makedepends=('check' 'gengetopt' 'help2man')
url=https://developers.yubico.com/yubico-piv-tool/
source=(
"https://developers.yubico.com/yubico-piv-tool/Releases/${pkgname}-${pkgver}.tar.gz"