summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorteezee2022-04-15 14:59:29 +0200
committerteezee2022-04-15 14:59:29 +0200
commitf6a2456b08c24b7caab5a27472450b654b71e578 (patch)
treedadf75c013d790bd593c86053c11eddf91af0a25 /PKGBUILD
parent61499a59e82ddc552b94cf0b3e79d553b07e457b (diff)
downloadaur-gen-oath-safe-git.tar.gz
xxd dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1f60b80395b..f01981e326de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
# Maintainer: Thomas Zink <thomas.zink@uni-konstanz.de>
pkgname="gen-oath-safe-git"
-pkgver=r18.c7bdb98
-pkgrel=1
+pkgver=r22.23dd7af
+pkgrel=2
#epoch=
pkgdesc="generate OTP uri, qrcode, and configurations for linOTP, mod_authn_otp, Yubikey"
arch=('x86_64')
url="https://github.com/72Zn/gen-oath-safe"
license=('MIT')
#groups=()
-depends=('openssl' 'qrencode')
+depends=('openssl' 'qrencode' 'xxd')
makedepends=('git' 'gzip')
#checkdepends=()
optdepends=('yubikey-personalization: yubikey support' 'yubikey-manager: yubikey totp support' )