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

Andrea Scarpino andrea at archlinux.org
Mon Nov 1 13:35:30 UTC 2010


    Date: Monday, November 1, 2010 @ 09:35:29
  Author: andrea
Revision: 97705

upgpkg: pyqt 4.8.1-1
upstream release

Modified:
  pyqt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-01 13:02:25 UTC (rev 97704)
+++ PKGBUILD	2010-11-01 13:35:29 UTC (rev 97705)
@@ -4,8 +4,7 @@
 # Contributor: riai <riai at bigfoot.com> Ben <ben at benmazer.net>
 
 pkgname=pyqt
-pkgver=4.8.0
-_pkgver=4.8
+pkgver=4.8.1
 pkgrel=1
 pkgdesc="A set of Python bindings for the Qt toolkit"
 arch=('i686' 'x86_64')
@@ -20,11 +19,11 @@
 provides=('pyqt4')
 replaces=('pyqt4')
 conflicts=('pyqt4')
-source=("http://riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-${_pkgver}.tar.gz")
-md5sums=('003d195498eb42ca2daf7615fa01488d')
+source=("http://riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-${pkgver}.tar.gz")
+md5sums=('1cac8f5d715c414f9cb2751b0e84cc07')
 
 build() {
-  cd ${srcdir}/PyQt-x11-gpl-${_pkgver}
+  cd ${srcdir}/PyQt-x11-gpl-${pkgver}
 
   python2 configure.py \
     --confirm-license \
@@ -38,7 +37,7 @@
 }
 
 package(){
-  cd ${srcdir}/PyQt-x11-gpl-${_pkgver}
+  cd ${srcdir}/PyQt-x11-gpl-${pkgver}
   # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use DESTDIR
   make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
 }




More information about the arch-commits mailing list