summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsparse2019-04-12 14:53:15 +0430
committersparse2019-04-12 14:53:15 +0430
commit712f6c5d9876de58cca05ea2efd5a8673c952e87 (patch)
tree8a958980bf0d2f3d4262c36ee027840df4c8b608 /PKGBUILD
parentfbf2d7f62c56da6586aa9476792793f349d8286d (diff)
downloadaur-mod_auth_cas-git.tar.gz
Add missing autoreconf
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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
}