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

Andrea Scarpino andrea at archlinux.org
Wed Feb 10 13:14:39 UTC 2010


    Date: Wednesday, February 10, 2010 @ 08:14:39
  Author: andrea
Revision: 68004

upgpkg: pyqt3 3.18.1-4
    sip rebuild (FS#18274)

Modified:
  pyqt3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-10 12:53:26 UTC (rev 68003)
+++ PKGBUILD	2010-02-10 13:14:39 UTC (rev 68004)
@@ -1,16 +1,18 @@
 # $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Maintainer:
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
 # Contributor: riai <riai at bigfoot.com> Ben <ben at benmazer.net>
 
 pkgname=pyqt3
 pkgver=3.18.1
-pkgrel=3
-pkgdesc="PyQt is a set of Python bindings for the Qt toolkit."
+pkgrel=4
+pkgdesc="A set of Python bindings for the Qt3 toolkit"
 arch=('i686' 'x86_64')
 url="http://www.riverbankcomputing.com/software/pyqt/intro"
-depends=('sip>=4.8.2' 'qscintilla-qt3>=1.7.1' 'qt3>=3.3.8')
+depends=('sip' 'qscintilla-qt3' 'qt3')
 license=('GPL')
 source=(http://www.riverbankcomputing.com/static/Downloads/PyQt3/PyQt-x11-gpl-${pkgver}.tar.gz)
+md5sums=('f1d120495d1aaf393819e988c0a7bb7e')
 
 build() {
   cd ${srcdir}/PyQt-x11-gpl-${pkgver}
@@ -24,4 +26,3 @@
   make || return 1
   make DESTDIR=${pkgdir} install
 } 
-md5sums=('f1d120495d1aaf393819e988c0a7bb7e')




More information about the arch-commits mailing list