author | Andrea Scarpino
<andrea@archlinux.org> 2010-01-17 12:01:12 UTC |
committer | Andrea Scarpino
<andrea@archlinux.org> 2010-01-17 12:01:12 UTC |
parent | 8e8880bb888b57a1f3b66f8e8ad8d8d1685de142 |
PKGBUILD | +6 | -5 |
diff --git a/PKGBUILD b/PKGBUILD index fffee19..d632ea7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,16 +1,17 @@ -# Maintainer: Douglas Soares de Andrade <dsa@aur.archlinux.org> +# Maintainer: Andrea Scarpino <andrea@archlinux.org> +# Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org> # Contributor: Michal Krenek <mikos@sg1.cz> -# Bug #8577 Modifications made by DaNiMoTh <jjdanimoth.aur@gmail.com> +# Contributor: DaNiMoTh <jjdanimoth.aur@gmail.com> pkgname=qscintilla pkgver=2.4.0 _pkgver=2.4 -pkgrel=1 +pkgrel=2 license=('GPL') -pkgdesc="A port to Qt4 of Neil Hodgson's Scintilla C++ editor class." +pkgdesc="A port to Qt4 of Neil Hodgson's Scintilla C++ editor class" arch=('i686' 'x86_64') url="http://www.riverbankcomputing.co.uk/software/qscintilla/download" -depends=('qt') +depends=('qt>=4.5.3-4') provides=('qscintilla2') conflicts=('qscintilla2') replaces=('qscintilla2')