summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1278f7e84ca..93d745199ee1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -41,8 +41,9 @@ prepare() {
sed -e 's|^autoconf|autoconf-2.13|g' \
-i autogen.sh
- sed '35s|^|#|g' \
- -i configure.ac
+ sed -e 's|2.62|2.70|g' \
+ -e '35s|^|#|g' \
+ -i configure.ac
./autogen.sh
}