From 995f428bf6c3170027dd5f9ea9f17e8fa4bdfac8 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 18 Jan 2013 00:06:08 -0800 Subject: Fri Jan 18 00:06:07 PST 2013 --- community/parcellite/PKGBUILD | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'community/parcellite') diff --git a/community/parcellite/PKGBUILD b/community/parcellite/PKGBUILD index 07f753d2a..2f41bcb3c 100644 --- a/community/parcellite/PKGBUILD +++ b/community/parcellite/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 55624 2011-09-16 13:23:02Z spupykin $ +# $Id: PKGBUILD 82434 2013-01-17 17:11:55Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Alexander Fehr pkgname=parcellite -pkgver=1.0.2rc5 +pkgver=1.1.2 pkgrel=1 pkgdesc="Lightweight GTK+ clipboard manager" arch=('i686' 'x86_64') @@ -11,15 +11,11 @@ url="http://parcellite.sourceforge.net/" license=('GPL3') depends=('gtk2') makedepends=('intltool') -source=(http://downloads.sourceforge.net/parcellite/parcellite-$pkgver.tar.gz - history_menu_crash_patch) -md5sums=('e7c818b93c7303daadf6093c6ebe79f9' - '8fd6e07fa907865ca4db7b3e13441ce6') +source=(http://downloads.sourceforge.net/parcellite/parcellite-$pkgver.tar.gz) +md5sums=('5563333ffc9367661aef86f0f875fc66') build() { cd "$srcdir/parcellite-$pkgver" - (cd src && patch -p0 <$srcdir/history_menu_crash_patch) - make distclean ./configure --prefix=/usr --sysconfdir=/etc make make DESTDIR="$pkgdir" install -- cgit v1.2.3-54-g00ecf