[arch-commits] Commit in pywebkitgtk/trunk (PKGBUILD)

Rémy Oudompheng remy at archlinux.org
Thu Oct 7 09:12:02 UTC 2010


    Date: Thursday, October 7, 2010 @ 05:12:02
  Author: remy
Revision: 94432

upgpkg: pywebkitgtk 1.1.7-4
Rebuild for pygtk (PyCapsule usage)

Modified:
  pywebkitgtk/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-07 08:57:23 UTC (rev 94431)
+++ PKGBUILD	2010-10-07 09:12:02 UTC (rev 94432)
@@ -3,7 +3,7 @@
 
 pkgname=pywebkitgtk
 pkgver=1.1.7
-pkgrel=3
+pkgrel=4
 pkgdesc="Python bindings to the WebKit GTK+ port"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/pywebkitgtk/"
@@ -16,8 +16,8 @@
 build() {
         cd ${srcdir}/${pkgname}-${pkgver}
 
-        ./configure --prefix=/usr || return 1
-        make || return 1
+        ./configure --prefix=/usr
+        make
 }
 
 package() {




More information about the arch-commits mailing list