aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 126ecfd13a21..fb2a33c37c49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 14 00:57:25 UTC 2018
+# Wed Jan 17 02:00:24 UTC 2018
pkgbase = gimp-git
pkgdesc = GNU Image Manipulation Program
- pkgver = 2.9.8.317.g4849d41060
+ pkgver = 2.9.8.337.gdf70a35b71
pkgrel = 1
epoch = 1
url = http://www.gimp.org
@@ -40,7 +40,6 @@ pkgbase = gimp-git
provides = gimp
conflicts = gimp
options = !libtool
- options = !makeflags
source = git://git.gnome.org/gimp
source = linux.gpl
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index eb98be66b912..d0bdaae0eb87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gimp-git
epoch=1
-pkgver=2.9.8.317.g4849d41060
+pkgver=2.9.8.337.gdf70a35b71
pkgrel=1
pkgdesc="GNU Image Manipulation Program"
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ optdepends=('gutenprint: for sophisticated printing only as gimp has built-in cu
'alsa-lib: for MIDI event controller module'
'curl: for URI support'
'ghostscript: for postscript support')
-options=('!libtool' '!makeflags')
+options=('!libtool')
provides=('gimp')
conflicts=('gimp')
source=(git://git.gnome.org/gimp
@@ -52,7 +52,7 @@ build() {
--enable-mp --enable-gimp-console --enable-gimp-remote \
--enable-python --with-gif-compression=lzw --with-libcurl \
--without-aa --without-hal --without-gvfs --without-gnomevfs
- make
+ PYTHONPATH="/usr/share/glib-2.0:${PYTHONPATH}" make
}
package() {