summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 28547eaa104d..40632eebaf62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lukas Burgey <lukas.burgey@kit.edu>
pkgname=oidc-agent-git
basepkgname=${pkgname%-git}
-pkgver=v4.2.1.r12.eaf7c5a
+pkgver=v4.2.2.r1.d4b4c44
pkgrel=1
pkgdesc='A set of tools to manage OpenID Connect tokens and make them easily usable from the command line'
arch=('x86_64')
@@ -9,11 +9,12 @@ url='https://github.com/indigo-dc/oidc-agent'
license=('MIT')
groups=()
depends=(
+ 'curl'
'libmicrohttpd'
'libseccomp'
'libsecret'
'libsodium'
- 'curl'
+ 'qrencode'
)
makedepends=(
'git'