diff options
Diffstat (limited to 'gjs/Pkgfile')
-rw-r--r-- | gjs/Pkgfile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/gjs/Pkgfile b/gjs/Pkgfile index 9136719..fa06e5f 100644 --- a/gjs/Pkgfile +++ b/gjs/Pkgfile @@ -6,18 +6,14 @@ # Run on: cairo,dbus-glib,js name=gjs -version=1.29.17 -release=2 +version=1.29.18 +release=1 -source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz - signal_gc.patch - gjs_context_gc_wrapper.patch) +source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz) build() { unset MAKEFLAGS cd $name-$version - patch -p1 < ../signal_gc.patch - patch -p1 < ../gjs_context_gc_wrapper.patch sed -i 's|python|python2|' scripts/make-tests ./configure --prefix=/usr make |