summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralzeih2020-08-20 23:13:54 +1200
committeralzeih2020-08-20 23:13:54 +1200
commitd02bb1278cd886ebbeb2f5a30b6cc4649f6d318e (patch)
treecc4c6e0a8981730f68e5bb691c3ca4d4db08ee57
parent997257596b57d901c1633d8cc50ab0ab3adbf663 (diff)
downloadaur-d02bb1278cd886ebbeb2f5a30b6cc4649f6d318e.tar.gz
Update dependencies
Signed-off-by: alzeih <alzeih@users.noreply.github.com>
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 215ea3bf163f..c2e0e0862991 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = mod_auth_openidc
license = Apache
makedepends = apache
makedepends = jansson
- makedepends = cjose
depends = curl
depends = cjose
depends = pcre
diff --git a/PKGBUILD b/PKGBUILD
index 0953494b0a5a..4618ff724e06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('x86_64')
url="https://www.mod-auth-openidc.org/"
license=('Apache')
depends=('curl' 'cjose' 'pcre')
-makedepends=('apache' 'jansson' 'cjose')
+makedepends=('apache' 'jansson')
source=("https://github.com/zmartzone/mod_auth_openidc/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
noextract=()
sha512sums=('c4fa4f99f2005cab230f4b8a3dd70cc99c281fc4ff679472f0c1a5920372b53ce2b5e34a8f87e14fc92055d3b9c75dd58f77f539f69571a1af0db10bdc6ea1ab')