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 a3fbc8913238..e293c97ad7aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = peasy-git
pkgdesc = A plugin for Geany which allows to load other plugins written in Python or Lua (Git version)
- pkgver = 0.6.r137.3c8a558
+ pkgver = 0.8.r146.b3d43ff
pkgrel = 1
url = https://github.com/kugel-/peasy/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index fb38f895969d..31a1ab3cd75f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=peasy
pkgname="${_pkgname}-git"
-pkgver=0.6.r137.3c8a558
+pkgver=0.8.r146.b3d43ff
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/"
@@ -28,6 +28,7 @@ prepare() {
cd "${srcdir}/${_pkgname}"
./autogen.sh
+ sed -i -e 's/@install_sh@/install/g' po/Makefile.in.in
}
build() {
cd "${srcdir}/${_pkgname}"