summaryrefslogtreecommitdiff
path: root/gnome-unstable/devhelp/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-09-26 00:54:07 -0700
committerroot <root@rshg054.dnsready.net>2012-09-26 00:54:07 -0700
commit483f8b3ac46ac2d40e8cc2f9c25365741bebc791 (patch)
tree296f95ddbf8e5cd3ddfeea60e88a64b3593f9e1e /gnome-unstable/devhelp/PKGBUILD
parentfca7e8a735bd3ae5114a3cdf12efbce3b1d10224 (diff)
Wed Sep 26 00:54:06 PDT 2012
Diffstat (limited to 'gnome-unstable/devhelp/PKGBUILD')
-rw-r--r--gnome-unstable/devhelp/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnome-unstable/devhelp/PKGBUILD b/gnome-unstable/devhelp/PKGBUILD
index 8f2478893..c6aaf552f 100644
--- a/gnome-unstable/devhelp/PKGBUILD
+++ b/gnome-unstable/devhelp/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 167049 2012-09-24 20:56:42Z jgc $
+# $Id: PKGBUILD 167107 2012-09-25 11:54:01Z heftig $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: Link Dupont <link@subpop.net>
pkgname=devhelp
pkgver=3.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="API documentation browser for GNOME"
arch=(i686 x86_64)
license=('GPL')
@@ -20,7 +20,8 @@ sha256sums=('bf0576d5d70496367ccb22be53be620bbfe341bd491c1d725cfb59d566769fe1')
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --disable-static
+ --localstatedir=/var --disable-static \
+ --with-webkit2
make
}