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

Eric Bélanger eric at nymeria.archlinux.org
Sun Oct 27 02:31:50 UTC 2013


    Date: Sunday, October 27, 2013 @ 03:31:49
  Author: eric
Revision: 197578

upgpkg: pywebkitgtk 1.1.8-3

Rebuild without static libraries

Modified:
  pywebkitgtk/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-27 02:25:22 UTC (rev 197577)
+++ PKGBUILD	2013-10-27 02:31:49 UTC (rev 197578)
@@ -5,23 +5,23 @@
 
 pkgname=pywebkitgtk
 pkgver=1.1.8
-pkgrel=2
+pkgrel=3
 pkgdesc="Python bindings to the WebKit GTK+ port"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/pywebkitgtk/"
 license=('LGPL')
 depends=('webkitgtk2' 'pygtk')
-options=('!libtool' '!makeflags')
+options=('!makeflags')
 source=(http://pywebkitgtk.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
 md5sums=('158335385354ba38090c9324b37bf225')
 
 build() {
-    cd ${srcdir}/${pkgname}-${pkgver}
+    cd ${pkgname}-${pkgver}
     ./configure --prefix=/usr
     make
 }
 
 package() {
-    cd ${srcdir}/${pkgname}-${pkgver}
-    make DESTDIR=${pkgdir} install
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list