diff options
Diffstat (limited to 'webkit/Pkgfile')
-rwxr-xr-x | webkit/Pkgfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/webkit/Pkgfile b/webkit/Pkgfile index c5e8e1ec0..d4a5c1362 100755 --- a/webkit/Pkgfile +++ b/webkit/Pkgfile @@ -6,10 +6,9 @@ # Run on: gtk3,curl,dbus,gst-plugins-base,icu,enchant,libsoup,libxslt,xorg-libxt,geoclue name=webkit -version=1.7.91 +version=1.7.92 release=1 source=(http://webkitgtk.org/$name-$version.tar.xz - python.patch parallel-make-hack.patch) buildwebkit() { @@ -34,7 +33,6 @@ buildwebkit() { build() { cd $name-$version - patch -p1 < ../python.patch patch -p1 < ../parallel-make-hack.patch autoreconf -I Source/autotools -fi mkdir build-gtk{2,3} |