diff options
author | root <root@rshg054.dnsready.net> | 2012-12-10 02:17:21 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-10 02:17:21 -0800 |
commit | 4aef0a374e20e36cf2bf6e779d93789d9a5791ae (patch) | |
tree | 128c3bb7fc58f4c17529f71e2e6cbb4c06026a5f /extra/qscintilla/PKGBUILD | |
parent | 9e5276831865e251c8d74a830da4908eab65cbb3 (diff) |
Mon Dec 10 02:14:35 PST 2012
Diffstat (limited to 'extra/qscintilla/PKGBUILD')
-rw-r--r-- | extra/qscintilla/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/qscintilla/PKGBUILD b/extra/qscintilla/PKGBUILD index 0935ff4b7..ffa43b9a9 100644 --- a/extra/qscintilla/PKGBUILD +++ b/extra/qscintilla/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 169036 2012-10-17 10:21:11Z allan $ +# $Id: PKGBUILD 173042 2012-12-09 15:31:45Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org> pkgbase=qscintilla pkgname=('qscintilla' 'python-qscintilla' 'python2-qscintilla' 'python-qscintilla-common') -pkgver=2.6.2 -pkgrel=3 +pkgver=2.7 +pkgrel=1 license=('GPL') arch=('i686' 'x86_64') url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro" makedepends=('python2-pyqt' 'pyqt' 'chrpath') source=("http://downloads.sourceforge.net/pyqt/QScintilla-gpl-${pkgver}.tar.gz" 'configure.py-objdir-support.diff') -md5sums=('6e6641b6f3863c01cc28c2d7bd2495f9' +md5sums=('a3857d75a2b332e0460131e0aa4cc4b5' '8cf9c06252e2f11ab00e62848e322fd3') build() { |