[arch-commits] Commit in python-qscintilla/trunk (ChangeLog PKGBUILD)
Douglas Soares de Andrade
douglas at archlinux.org
Sat Nov 22 16:34:44 UTC 2008
Date: Saturday, November 22, 2008 @ 11:34:44
Author: douglas
Revision: 19409
upgpkg: python-qscintilla 2.3.2-1
Modified:
python-qscintilla/trunk/ChangeLog
python-qscintilla/trunk/PKGBUILD
-----------+
ChangeLog | 4 ++++
PKGBUILD | 9 ++++-----
2 files changed, 8 insertions(+), 5 deletions(-)
Modified: ChangeLog
===================================================================
--- ChangeLog 2008-11-22 16:30:59 UTC (rev 19408)
+++ ChangeLog 2008-11-22 16:34:44 UTC (rev 19409)
@@ -1,4 +1,8 @@
+2008-11-22 Douglas Soares de Andrade <douglas at archlinux.org>
+
+ * Updating for i686: 2.3.2
+
2008-10-22 Douglas Soares de Andrade <douglas at archlinux.org>
* Rebuilding for python 2.6
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-11-22 16:30:59 UTC (rev 19408)
+++ PKGBUILD 2008-11-22 16:34:44 UTC (rev 19409)
@@ -4,22 +4,21 @@
# Contributor: Michal Krenek <mikos at sg1.cz>
pkgname=python-qscintilla
-pkgver=2.3
-pkgrel=2
+pkgver=2.3.2
+pkgrel=1
pkgdesc="Python bindings for QScintilla2"
arch=('i686' 'x86_64')
url="http://www.riverbankcomputing.co.uk/qscintilla/index.php"
license=('GPL')
-depends=('pyqt>=4.4.2' 'qscintilla>=2.3')
+depends=('pyqt>=4.4.4' 'qscintilla>=2.3.2')
conflicts=('python-qscintilla2')
replaces=('python-qscintilla2')
source=("http://riverbankcomputing.com/static/Downloads/QScintilla2/QScintilla-gpl-$pkgver.tar.gz")
-md5sums=('473d7793592fe96406310a2ab34e9e9b')
-
build() {
cd $startdir/src/QScintilla-gpl-$pkgver/Python
python configure.py || return 1
make || return 1
make DESTDIR=$startdir/pkg install
}
+md5sums=('2e112d01988f2e044c43a1e7f5e1dd87')
More information about the arch-commits
mailing list