summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c70eb269f742..960b58e373cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mod_auth_openidc
pkgdesc = OpenID Connect Relying Party implementation for Apache 2.x
pkgver = 2.4.14.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.mod-auth-openidc.org
arch = x86_64
license = Apache
@@ -12,7 +12,7 @@ pkgbase = mod_auth_openidc
depends = curl
depends = openssl
depends = pcre2
- source = https://github.com/zmartzone/mod_auth_openidc/releases/download/2.4.14.2/mod_auth_openidc-2.4.14.2.tar.gz
+ source = https://github.com/OpenIDC/mod_auth_openidc/releases/download/v2.4.14.2/mod_auth_openidc-2.4.14.2.tar.gz
sha256sums = b0440d2e22f7532a5833bffd8ac64d8a77c439628f081649faaf7e7a01c6d3e9
pkgname = mod_auth_openidc
diff --git a/PKGBUILD b/PKGBUILD
index 56d0051cb485..047a9253941d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mod_auth_openidc
pkgver=2.4.14.2
-pkgrel=1
+pkgrel=2
pkgdesc='OpenID Connect Relying Party implementation for Apache 2.x'
arch=(x86_64)
url=https://www.mod-auth-openidc.org
@@ -11,7 +11,7 @@ license=(Apache)
depends=(apr-util cjose curl openssl pcre2)
_archive="$pkgname-$pkgver"
makedepends=(apache jansson)
-source=("https://github.com/zmartzone/$pkgname/releases/download/$pkgver/$_archive.tar.gz")
+source=("https://github.com/OpenIDC/$pkgname/releases/download/v$pkgver/$_archive.tar.gz")
sha256sums=('b0440d2e22f7532a5833bffd8ac64d8a77c439628f081649faaf7e7a01c6d3e9')
build() {