From 1732308adb7885b00fc388f978e65b3ad15aa067 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 2 Jul 2011 23:10:09 +0000 Subject: Sat Jul 2 23:10:09 UTC 2011 --- extra/libwebkit/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extra/libwebkit') diff --git a/extra/libwebkit/PKGBUILD b/extra/libwebkit/PKGBUILD index ec0c795c6..7dccf4179 100644 --- a/extra/libwebkit/PKGBUILD +++ b/extra/libwebkit/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 126732 2011-06-06 21:34:03Z andyrtr $ +# $Id: PKGBUILD 130015 2011-07-01 08:50:25Z ibiru $ # Maintainer: Andreas Radke pkgbase=libwebkit pkgname=(libwebkit libwebkit3) -pkgver=1.4.1 +pkgver=1.4.2 pkgrel=1 pkgdesc="An opensource web content engine" arch=('i686' 'x86_64') @@ -15,12 +15,12 @@ options=('!libtool') install=libwebkit.install source=(http://webkitgtk.org/webkit-${pkgver}.tar.gz replace-switch-with-given-when.patch) -md5sums=('c1a4f732a77d6f8197437b50678d3dbc' +md5sums=('361f8420e93d12101d650758fec09fa0' '3ba708a26b7af0e1e853867966fe14f7') build() { cd "${srcdir}/webkit-${pkgver}" - patch -Np1 -i "${srcdir}/replace-switch-with-given-when.patch" +# patch -Np1 -i "${srcdir}/replace-switch-with-given-when.patch" mkdir build-gtk{2,3} ( cd build-gtk2 && _build --with-gtk=2.0 ) -- cgit v1.2.3-54-g00ecf