summaryrefslogtreecommitdiff
path: root/testing/libwebkit
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-11 00:01:18 +0000
committerroot <root@rshg054.dnsready.net>2012-04-11 00:01:18 +0000
commit04aff5f70cb7c04abe06ca8eaf8261cbb0eeb378 (patch)
tree4935a4f0959f9560df7fba4989a0de1dc361884e /testing/libwebkit
parent223ca251f3ce07eb5484be845e631d6ca645b263 (diff)
Wed Apr 11 00:01:18 UTC 2012
Diffstat (limited to 'testing/libwebkit')
-rw-r--r--testing/libwebkit/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/libwebkit/PKGBUILD b/testing/libwebkit/PKGBUILD
index 647bf5e9d..dfc239f22 100644
--- a/testing/libwebkit/PKGBUILD
+++ b/testing/libwebkit/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 155214 2012-04-01 11:35:48Z heftig $
+# $Id: PKGBUILD 155939 2012-04-09 13:41:02Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
pkgbase=libwebkit
pkgname=(libwebkit libwebkit3)
pkgver=1.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="An opensource web content engine"
arch=('i686' 'x86_64')
url="http://webkitgtk.org/"
@@ -23,7 +23,7 @@ build() {
# clear makeflags: race during introspection.
# WebKit*.gir should be created before WebKit*.typelib, but isn't
MAKEFLAGS=
-
+
( cd build-gtk2 && _build --with-gtk=2.0 )
( cd build-gtk3 && _build --with-gtk=3.0 )
}