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

Angel Velásquez angvp at archlinux.org
Tue Jul 19 09:51:13 UTC 2011


    Date: Tuesday, July 19, 2011 @ 05:51:13
  Author: angvp
Revision: 132031

upgpkg: pywebkitgtk 1.1.8-1
Version bump to 1.1.8

Modified:
  pywebkitgtk/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-07-19 09:15:41 UTC (rev 132030)
+++ PKGBUILD	2011-07-19 09:51:13 UTC (rev 132031)
@@ -1,9 +1,11 @@
+# $Id$
+# Maintainer: Angel Velasquez <angvp at archlinux.org>  
 # Contributor: kasa <biuta.jr at gmail.com>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=pywebkitgtk
-pkgver=1.1.7
-pkgrel=5
+pkgver=1.1.8
+pkgrel=1
 pkgdesc="Python bindings to the WebKit GTK+ port"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/pywebkitgtk/"
@@ -11,17 +13,15 @@
 depends=('libwebkit' 'pygtk')
 options=('!libtool' '!makeflags')
 source=(http://pywebkitgtk.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-md5sums=('4dbe0111c0b0ad2280052e4534903a9b')
+md5sums=('158335385354ba38090c9324b37bf225')
 
 build() {
-        cd ${srcdir}/${pkgname}-${pkgver}
-
-        ./configure --prefix=/usr
-        make
+    cd ${srcdir}/${pkgname}-${pkgver}
+    ./configure --prefix=/usr
+    make
 }
 
 package() {
-        cd ${srcdir}/${pkgname}-${pkgver}
-
-        make DESTDIR=${pkgdir} install
+    cd ${srcdir}/${pkgname}-${pkgver}
+    make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list