summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-01-26 20:22:56 +0300
committerCaleb Maclennan2022-01-26 20:22:56 +0300
commit8d6f8a4acd8454a899c5f350ceaee22cb260fc0d (patch)
tree2a0aaec80a1801af35e31aa795a5829e4b2396bc
parentc79e927732abebf97d642c65a440b7041e249c88 (diff)
downloadaur-8d6f8a4acd8454a899c5f350ceaee22cb260fc0d.tar.gz
upgpkg: mod_auth_openidc 2.4.11-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 6 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4ca9d4957f0..f671b9dcc441 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mod_auth_openidc
pkgdesc = OpenID Connect Relying Party implementation for Apache 2.x
- pkgver = 2.4.10
+ pkgver = 2.4.11
pkgrel = 1
url = https://www.mod-auth-openidc.org/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = mod_auth_openidc
depends = curl
depends = cjose
depends = pcre
- source = https://github.com/zmartzone/mod_auth_openidc/releases/download/v2.4.10/mod_auth_openidc-2.4.10.tar.gz
- sha512sums = 5e2b587d7cbae290242aec8d94047c64061c2554d9458be6085bdb643d447feb48d56748198ade1de390cd4babdaf81d9e1f5e06d5a05ce8d164520c4f5a1ca7
+ source = https://github.com/zmartzone/mod_auth_openidc/releases/download/v2.4.11/mod_auth_openidc-2.4.11.tar.gz
+ sha512sums = 9eed1257c308c0a6dd2ac3f5c7c997604f1f6b0ae855a7b094ac800f2e1ea90ad71fbaeecd99ec74d0e9cc2d67d1604710b3f06c13b63aa78b23dd1cb859a736
pkgname = mod_auth_openidc
diff --git a/PKGBUILD b/PKGBUILD
index 61867d05e09c..324c0b1d88c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=mod_auth_openidc
-pkgver=2.4.10
+pkgver=2.4.11
pkgrel=1
pkgdesc="OpenID Connect Relying Party implementation for Apache 2.x"
arch=('x86_64')
@@ -11,13 +11,7 @@ license=('Apache')
depends=('curl' 'cjose' 'pcre')
makedepends=('apache' 'jansson')
source=("https://github.com/zmartzone/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('5e2b587d7cbae290242aec8d94047c64061c2554d9458be6085bdb643d447feb48d56748198ade1de390cd4babdaf81d9e1f5e06d5a05ce8d164520c4f5a1ca7')
-
-prepare() {
- cd "$pkgname-$pkgver"
- # switch installation methods, the one we need is commented
- sed -i -e '72d;73{s/^.//;s/@/$(DESTDIR)@/}' Makefile.am
-}
+sha512sums=('9eed1257c308c0a6dd2ac3f5c7c997604f1f6b0ae855a7b094ac800f2e1ea90ad71fbaeecd99ec74d0e9cc2d67d1604710b3f06c13b63aa78b23dd1cb859a736')
build() {
cd "$pkgname-$pkgver"
@@ -27,6 +21,6 @@ build() {
package() {
cd "$pkgname-$pkgver"
- make install DESTDIR="$pkgdir"
+ make DESTDIR="$pkgdir" install
}