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

Rémy Oudompheng remy at archlinux.org
Sat Sep 4 05:30:53 UTC 2010


    Date: Saturday, September 4, 2010 @ 01:30:53
  Author: remy
Revision: 89791

upgpkg: qscintilla 2.4.5-1
Upstream update (old sources not available). Rebuild for python2.

Modified:
  qscintilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-04 05:26:17 UTC (rev 89790)
+++ PKGBUILD	2010-09-04 05:30:53 UTC (rev 89791)
@@ -6,15 +6,15 @@
 
 pkgbase=qscintilla
 pkgname=(qscintilla python-qscintilla)
-pkgver=2.4.4
-pkgrel=2
+pkgver=2.4.5
+pkgrel=1
 license=('GPL')
 arch=('i686' 'x86_64')
 url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro"
 makedepends=('qt' 'pyqt')
 source=(http://riverbankcomputing.com/static/Downloads/QScintilla2/QScintilla-gpl-${pkgver}.tar.gz
         configure.py-objdir-support.diff)
-md5sums=('db5f21723ea976ddd78c4c3662a21f9c'
+md5sums=('8063f8f933513959432c27c5ffecf56b'
          '8cf9c06252e2f11ab00e62848e322fd3')
 
 
@@ -31,7 +31,7 @@
     make
 
     cd ../Python
-    python configure.py -n ../Qt4/ -o ../Qt4 -c -p 4
+    python2 configure.py -n ../Qt4/ -o ../Qt4 -c -p 4
     make
 }
 




More information about the arch-commits mailing list