[arch-commits] Commit in pyqt/trunk (ChangeLog PKGBUILD)
Douglas Soares de Andrade
douglas at archlinux.org
Sat Nov 22 15:40:07 UTC 2008
Date: Saturday, November 22, 2008 @ 10:40:06
Author: douglas
Revision: 19404
upgpkg: pyqt 4.4.4-1
Modified:
pyqt/trunk/ChangeLog
pyqt/trunk/PKGBUILD
-----------+
ChangeLog | 4 ++++
PKGBUILD | 11 +++++------
2 files changed, 9 insertions(+), 6 deletions(-)
Modified: ChangeLog
===================================================================
--- ChangeLog 2008-11-22 15:28:01 UTC (rev 19403)
+++ ChangeLog 2008-11-22 15:40:06 UTC (rev 19404)
@@ -1,4 +1,8 @@
+2008-11-22 Douglas Soares de Andrade <douglas at archlinux.org>
+
+ * Updated for i686: 4.4.4
+
2008-10-22 Douglas Soares de Andrade <douglas at archlinux.org>
* Rebuilt for python 2.6
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-11-22 15:28:01 UTC (rev 19403)
+++ PKGBUILD 2008-11-22 15:40:06 UTC (rev 19404)
@@ -1,14 +1,14 @@
# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Maintainer: Douglas Soares de Andrade <douglas at archlinux.org>
# Contributor: riai <riai at bigfoot.com> Ben <ben at benmazer.net>
pkgname=pyqt
-pkgver=4.4.3
-pkgrel=2
+pkgver=4.4.4
+pkgrel=1
pkgdesc="PyQt is a set of Python bindings for the Qt toolkit."
arch=(i686 x86_64)
url="http://riverbankcomputing.co.uk/pyqt/"
-depends=('sip>=4.7.7' 'qscintilla>=2.3' 'qt>=4.4.3')
+depends=('sip>=4.7.9' 'qscintilla>=2.3' 'qt>=4.4.3')
license=('GPL')
provides=('pyqt4')
replaces=('pyqt4')
@@ -16,8 +16,6 @@
pkgurl="http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/"
source=(http://riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-$pkgver.tar.gz)
-md5sums=('89e84c36a8520bf8b3a8a2b20e765154')
-
build() {
cd ${startdir}/src/PyQt-x11-gpl-${pkgver}
@@ -28,3 +26,4 @@
make || return 1
make DESTDIR=${startdir}/pkg install
}
+md5sums=('4bd346d56d10452e47ac71e2cbe04229')
More information about the arch-commits
mailing list