summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4449bce3f1e7..3285fde4b885 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mod_auth_cas-git
pkgdesc = Apache CAS Authentication Module for the JASIG/Apereo CAS Server.
- pkgver = r350.ac7147b
+ pkgver = r373.eb3537a
pkgrel = 1
url = https://github.com/apereo/mod_auth_cas
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 7251776861b8..5e09c0ba17d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mod_auth_cas-git
_gitname=${pkgname%-git}
-pkgver=r350.ac7147b
+pkgver=r373.eb3537a
pkgrel=1
pkgdesc="Apache CAS Authentication Module for the JASIG/Apereo CAS Server."
arch=('x86_64')
@@ -18,6 +18,7 @@ pkgver() {
build() {
cd "$_gitname"
+ autoreconf -ivf
./configure --prefix=/usr
make
}