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

Ionut Biru ibiru at archlinux.org
Thu Nov 5 23:22:52 UTC 2009


    Date: Thursday, November 5, 2009 @ 18:22:51
  Author: ibiru
Revision: 58202

upgpkg: pyqt3 3.18.1-2
    FS#16932

Modified:
  pyqt3/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-11-05 23:16:54 UTC (rev 58201)
+++ PKGBUILD	2009-11-05 23:22:51 UTC (rev 58202)
@@ -4,16 +4,16 @@
 
 pkgname=pyqt3
 pkgver=3.18.1
-pkgrel=1
+pkgrel=2
 pkgdesc="PyQt is a set of Python bindings for the Qt toolkit."
-arch=(i686 x86_64)
+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')
 license=('GPL')
 source=(http://www.riverbankcomputing.com/static/Downloads/PyQt3/PyQt-x11-gpl-${pkgver}.tar.gz)
 
 build() {
-  cd ${startdir}/src/PyQt-x11-gpl-${pkgver}
+  cd ${srcdir}/PyQt-x11-gpl-${pkgver}
 
   . /etc/profile.d/qt3.sh
 
@@ -22,6 +22,6 @@
   -v /usr/share/sip
 
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${pkgdir} install
 } 
 md5sums=('f1d120495d1aaf393819e988c0a7bb7e')




More information about the arch-commits mailing list