diff options
Diffstat (limited to 'community/geany-plugins/PKGBUILD')
-rw-r--r-- | community/geany-plugins/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/geany-plugins/PKGBUILD b/community/geany-plugins/PKGBUILD index 5efc9f951..ec2a6626a 100644 --- a/community/geany-plugins/PKGBUILD +++ b/community/geany-plugins/PKGBUILD @@ -1,22 +1,22 @@ -# $Id: PKGBUILD 57822 2011-11-03 10:07:17Z arodseth $ +# $Id: PKGBUILD 72667 2012-06-18 20:30:29Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> # Contributor: djgera # Contributor: Patrick Melo <patrick@patrickmelo.eti.br> + pkgname=geany-plugins -pkgver=0.21 +pkgver=0.21.1 pkgrel=2 pkgdesc="Combined plugins release for Geany" arch=('x86_64' 'i686') url="http://plugins.geany.org/" license=('GPL') -depends=('geany' 'lua' 'gtkspell' 'libwebkit' 'hicolor-icon-theme' 'ctpl' 'gpgme') +depends=('geany=1.22' 'lua' 'gtkspell' 'libwebkit' 'hicolor-icon-theme' 'ctpl' 'gpgme') makedepends=('intltool') optdepends=('hspell: hebrew spell checker') -conflicts=('geany-plugins-svn') install=geany-plugins.install source=("http://plugins.geany.org/geany-plugins/$pkgname-$pkgver.tar.bz2") -md5sums=('22e106d7a026e720dd91feb79e44456f') +sha256sums=('3a4bd29e690067ca5b97c11a74ea95ad0c960e5d45b205756c1f9e1f0f2847a6') build() { cd "$srcdir/$pkgname-$pkgver" |