summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {