summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-12-14 09:57:11 +0300
committerCaleb Maclennan2022-12-14 09:57:11 +0300
commit2415ce1c6505747379a7f7272bc4aedb992b13b0 (patch)
treee08511c903b05827969790283670b6892db74f73
parent33384c7205c48603c9166a68fd16c1132c2ac28c (diff)
downloadaur-2415ce1c6505747379a7f7272bc4aedb992b13b0.tar.gz
upgpkg: mod_auth_openidc 2.4.12.1-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 834f2d3ad47b..6b0fee544adf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = mod_auth_openidc
pkgdesc = OpenID Connect Relying Party implementation for Apache 2.x
pkgver = 2.4.12.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.mod-auth-openidc.org
arch = x86_64
license = Apache
makedepends = apache
makedepends = jansson
depends = cjose
- depends = openssl-1.1
+ depends = openssl
depends = pcre2
source = https://github.com/zmartzone/mod_auth_openidc/releases/download/v2.4.12.1/mod_auth_openidc-2.4.12.1.tar.gz
sha256sums = 8fa75aa5064894625947e89a05d4e20a9204542857f741d371fade2a20ec46c9
diff --git a/PKGBUILD b/PKGBUILD
index ae5245846a44..dcb49254e5df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=mod_auth_openidc
pkgver=2.4.12.1
-pkgrel=1
+pkgrel=2
pkgdesc='OpenID Connect Relying Party implementation for Apache 2.x'
arch=(x86_64)
url=https://www.mod-auth-openidc.org
license=(Apache)
-depends=(cjose openssl-1.1 pcre2)
+depends=(cjose openssl pcre2)
_archive="$pkgname-$pkgver"
makedepends=(apache jansson)
source=("https://github.com/zmartzone/$pkgname/releases/download/v$pkgver/$_archive.tar.gz")