summaryrefslogtreecommitdiff
path: root/extra/pywebkitgtk
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-08-03 01:49:46 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-08-03 01:49:46 -0300
commitb8be8316e6cf62713329cb15d77411658d7cb447 (patch)
treee5486c1e5bb7baa1e5356fb8de18beb263f51fbb /extra/pywebkitgtk
parentf8f8c2edc0a58f29e716f32453ee296980faef03 (diff)
parent1173ff2dba7d0fd3c45f170a5e353a76b7a5da2f (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: core/libtirpc/PKGBUILD extra/ffmpeg/PKGBUILD extra/imap/PKGBUILD
Diffstat (limited to 'extra/pywebkitgtk')
-rw-r--r--extra/pywebkitgtk/PKGBUILD22
1 files changed, 11 insertions, 11 deletions
diff --git a/extra/pywebkitgtk/PKGBUILD b/extra/pywebkitgtk/PKGBUILD
index 6acf5f0b5..7aa9a5f2e 100644
--- a/extra/pywebkitgtk/PKGBUILD
+++ b/extra/pywebkitgtk/PKGBUILD
@@ -1,9 +1,11 @@
+# $Id: PKGBUILD 132031 2011-07-19 09:51:13Z angvp $
+# Maintainer: Angel Velasquez <angvp@archlinux.org>
# Contributor: kasa <biuta.jr@gmail.com>
-# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
+# Contributor: Daniel J Griffiths <ghost1227@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' 'mips64el')
url="http://code.google.com/p/pywebkitgtk/"
@@ -11,17 +13,15 @@ license=('LGPL')
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
}