diff options
author | root <root@rshg054.dnsready.net> | 2012-06-20 00:01:41 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-20 00:01:41 +0000 |
commit | 530e6e88786befa5d1bcd569e480f1b9fec5b102 (patch) | |
tree | 78088a8187ab892bdaa7001bcd2e76abd66837df /community/geany-plugins | |
parent | e4afcc505c31482d7d7cee60bb6388bfacc8ad7f (diff) |
Wed Jun 20 00:01:41 UTC 2012
Diffstat (limited to 'community/geany-plugins')
-rw-r--r-- | community/geany-plugins/PKGBUILD | 10 | ||||
-rw-r--r-- | community/geany-plugins/geany-plugins.install | 2 |
2 files changed, 5 insertions, 7 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" diff --git a/community/geany-plugins/geany-plugins.install b/community/geany-plugins/geany-plugins.install index c5a602e43..f26807673 100644 --- a/community/geany-plugins/geany-plugins.install +++ b/community/geany-plugins/geany-plugins.install @@ -1,5 +1,3 @@ -pkgname=geany-plugins - post_upgrade() { gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor } |