summaryrefslogtreecommitdiff
path: root/community/phantomjs/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/phantomjs/PKGBUILD')
-rw-r--r--community/phantomjs/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/phantomjs/PKGBUILD b/community/phantomjs/PKGBUILD
index a9e2d5690..05628853f 100644
--- a/community/phantomjs/PKGBUILD
+++ b/community/phantomjs/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 104700 2014-01-24 16:28:53Z fyan $
+# $Id: PKGBUILD 104973 2014-01-29 04:07:48Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: grimsock <lord.grimsock at gmail dot com>
# Contributor: Dieter Plaetinck <dieter@plaetinck.be>
@@ -6,7 +6,7 @@
# Contributor: Henry Tang <henryykt@gmail.com>
pkgname=phantomjs
-pkgver=1.9.6
+pkgver=1.9.7
pkgrel=1
pkgdesc="Headless WebKit with JavaScript API"
url="http://www.phantomjs.org/"
@@ -18,6 +18,7 @@ source=("git+https://github.com/ariya/${pkgname}.git#tag=$pkgver")
build() {
cd $pkgname
+
# workaround for http://code.google.com/p/phantomjs/issues/detail?id=635
sed -i 's/QMAKE_LFLAGS+=-fuse-ld=gold/#QMAKE_LFLAGS+=-fuse-ld=gold/' src/qt/src/3rdparty/webkit/Source/common.pri