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 70257267587f..9a53218048a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=peasy
pkgname="${_pkgname}-git"
-pkgver=v0.9.r7.g1756415
+pkgver=v0.13.r0.g4e19030
pkgrel=1
pkgdesc="A plugin for Geany which allows to load other plugins written in Python or Lua (Git version)"
url="https://github.com/kugel-/peasy/"
@@ -30,7 +30,8 @@ pkgver() {
prepare() {
cd "${srcdir}/${_pkgname}"
- ./autogen.sh
+ mkdir -p m4
+ autoreconf -vi --force
sed -i -e 's/@install_sh@/install/g' po/Makefile.in.in
}