[arch-commits] Commit in libwebkit/trunk (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Tue Mar 10 06:42:08 UTC 2009
Date: Tuesday, March 10, 2009 @ 02:42:08
Author: andyrtr
Revision: 29593
upgpkg: libwebkit 1.1.1-0.41521
new snapshot 41521
Modified:
libwebkit/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-03-10 06:20:31 UTC (rev 29592)
+++ PKGBUILD 2009-03-10 06:42:08 UTC (rev 29593)
@@ -3,7 +3,7 @@
pkgname=libwebkit
pkgver=1.1.1 # see configure.ac
-_svnver=41443 # date: 20090305
+_svnver=41521 # date: 20090309
pkgrel=0.${_svnver}
pkgdesc="an opensource web content engine, derived from KHTML and KJS from KDE"
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
replaces=('webgitgtk-svn')
source=(http://builds.nightly.webkit.org/files/trunk/src/WebKit-r${_svnver}.tar.bz2)
options=('!libtool')
-md5sums=('98aab33845d1adaaf9851d1ba0698025')
+md5sums=('b9fd821e513108115835f7b1a732e7bf')
build() {
cd ${srcdir}/WebKit-r${_svnver}
@@ -26,7 +26,7 @@
--with-http-backend=soup \
--enable-jit # not yet supported on x86_64
make || return 1
- make DESTDIR="$pkgdir" install
+ make DESTDIR="$pkgdir" install || return 1
# install license
install -Dm644 ${srcdir}/WebKit-r${_svnver}/WebKit/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
More information about the arch-commits
mailing list