[arch-commits] Commit in pyqt/kde-unstable (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Thu Jun 4 23:11:27 UTC 2009
Date: Thursday, June 4, 2009 @ 19:11:26
Author: pierre
Revision: 41539
use a more sane version number
Modified:
pyqt/kde-unstable/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-04 23:01:18 UTC (rev 41538)
+++ PKGBUILD 2009-06-04 23:11:26 UTC (rev 41539)
@@ -3,8 +3,8 @@
# Contributor: riai <riai at bigfoot.com> Ben <ben at benmazer.net>
pkgname=pyqt
-pkgver=4.5.20090601
-_pkgver=4.5-snapshot-20090601
+pkgver=4.5.0.20090604
+_pkgver=4.5-snapshot-20090604
pkgrel=1
pkgdesc="A set of Python bindings for the Qt toolkit."
arch=(i686 x86_64)
@@ -15,14 +15,14 @@
replaces=('pyqt4')
conflicts=('pyqt4')
source=(http://riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-${_pkgver}.tar.gz)
-md5sums=('b0df2e651edc09899f8ff7f79cac8c8b')
+md5sums=('a8960b74430a4e381691ff7c41a17b2e')
build() {
cd ${srcdir}/PyQt-x11-gpl-${_pkgver}
python configure.py --confirm-license -b /usr/bin \
- -d /usr/lib/python2.6/site-packages \
- -v /usr/share/sip
+ -d /usr/lib/python2.6/site-packages \
+ -v /usr/share/sip
# Thanks Gerardo for the rpath fix
find -name 'Makefile' | xargs sed -i 's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
More information about the arch-commits
mailing list