From e0f65a739c6445de07de1585e72c230958d8f011 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 14 Jul 2012 00:01:45 +0000 Subject: Sat Jul 14 00:01:45 UTC 2012 --- community/geany-plugins/PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'community/geany-plugins/PKGBUILD') diff --git a/community/geany-plugins/PKGBUILD b/community/geany-plugins/PKGBUILD index ec2a6626a..dd349c8d6 100644 --- a/community/geany-plugins/PKGBUILD +++ b/community/geany-plugins/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 72667 2012-06-18 20:30:29Z arodseth $ +# $Id: PKGBUILD 73662 2012-07-12 20:54:20Z arodseth $ # Maintainer: Alexander Rødseth # Contributor: Angel 'angvp' Velasquez # Contributor: djgera # Contributor: Patrick Melo pkgname=geany-plugins -pkgver=0.21.1 -pkgrel=2 +pkgver=1.22 +pkgrel=1 pkgdesc="Combined plugins release for Geany" arch=('x86_64' 'i686') url="http://plugins.geany.org/" @@ -16,7 +16,7 @@ makedepends=('intltool') optdepends=('hspell: hebrew spell checker') install=geany-plugins.install source=("http://plugins.geany.org/geany-plugins/$pkgname-$pkgver.tar.bz2") -sha256sums=('3a4bd29e690067ca5b97c11a74ea95ad0c960e5d45b205756c1f9e1f0f2847a6') +sha256sums=('a0dcf0cb00ac260670ef8fae682aade60c7c3075c88121fd21f3aecdff84e1ce') build() { cd "$srcdir/$pkgname-$pkgver" @@ -29,11 +29,6 @@ package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install - rmdir \ - "$pkgdir/usr/share/geany-plugins/devhelp" \ - "$pkgdir/usr/share/doc/geany-plugins/devhelp" \ - "$pkgdir/usr/share/geany-plugins/debugger" \ - "$pkgdir/usr/share/doc/geany-plugins/debugger" } # vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf