summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Burgey2021-10-29 16:47:07 +0200
committerLukas Burgey2021-10-29 16:47:07 +0200
commit53dae4b9b3c92e336df8f7867cec11a858595419 (patch)
treed8629a8d88d1d1e6053a163416e25d35a5ea17cb
parent38a2845162ee3af6624d122c2f6a9535ad3e71cd (diff)
downloadaur-oidc-agent-git.tar.gz
Add missing dependency
-rw-r--r--.SRCINFO5
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD5
3 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6d10f35bac2..cf76164f8f94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = oidc-agent-git
pkgdesc = A set of tools to manage OpenID Connect tokens and make them easily usable from the command line
- pkgver = v4.2.1.r12.eaf7c5a
+ pkgver = v4.2.2.r1.d4b4c44
pkgrel = 1
url = https://github.com/indigo-dc/oidc-agent
arch = x86_64
license = MIT
makedepends = git
makedepends = help2man
+ depends = curl
depends = libmicrohttpd
depends = libseccomp
depends = libsecret
depends = libsodium
- depends = curl
+ depends = qrencode
provides = oidc-agent
conflicts = oidc-agent
source = git+https://github.com/indigo-dc/oidc-agent#branch=master
diff --git a/.gitignore b/.gitignore
index 6c9ac0759b50..ae568124002c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
*.pkg.tar.zst
oidc-agent
+pkg
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'