summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2015-09-13 23:40:45 +0200
committerNarrat2015-09-13 23:40:45 +0200
commit2225711deddc181a71098e4a3a2797131c4ba9f3 (patch)
tree8571fdfc8c0a022ee49bb5b8e35dc7e671d00209 /PKGBUILD
parent6bb02aef1f2b852677e7148fb5240d170e610f67 (diff)
downloadaur-2225711deddc181a71098e4a3a2797131c4ba9f3.tar.gz
resynth: Remove sed line which changes the python shebang
Not needed with the way gimp is built and causes issue with the upcoming 2.9 release (see https://github.com/bootchk/resynthesizer/issues/26 )
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7292b2effd28..53402b85ffa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=resynthesizer
pkgname=gimp-plugin-$_pkgname-git
-pkgver=2.0.r13.g251eedc
+pkgver=2.0.r15.g462b0b7
pkgrel=2
pkgdesc="Suite of gimp plugins for texture synthesis (like heal-selection). Git-Version"
arch=('i686' 'x86_64')
@@ -24,7 +24,6 @@ pkgver() {
prepare() {
cd $_pkgname
- sed -i 's|/usr/bin/env python|/usr/bin/env python2|' PluginScripts/*.py
sed -i 's/--enable-maintainer-mode//g' autogen.sh
}