From 32b05a621cb20af1bd4b7cd6f5609b7512bb20f1 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 29 Feb 2012 03:34:34 +0000 Subject: Wed Feb 29 03:34:34 UTC 2012 --- community/gnubiff-gtk/PKGBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'community/gnubiff-gtk') diff --git a/community/gnubiff-gtk/PKGBUILD b/community/gnubiff-gtk/PKGBUILD index a632caace..5bf35b283 100644 --- a/community/gnubiff-gtk/PKGBUILD +++ b/community/gnubiff-gtk/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 63602 2012-02-05 11:59:50Z ibiru $ +# $Id: PKGBUILD 66678 2012-02-27 10:01:18Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Tom K # Contributor: Todd Musall pkgname=gnubiff-gtk -pkgver=2.2.14 +pkgver=2.2.15 pkgrel=1 pkgdesc="Mail notification program that checks for mail and displays headers when new mail has arrived. GTK version." arch=('i686' 'x86_64') @@ -13,14 +13,11 @@ license=("GPL") depends=('libglade' 'gtk3' 'openssl' 'popt') makedepends=('intltool') conflicts=('gnubiff') -source=(http://downloads.sourceforge.net/sourceforge/gnubiff/gnubiff-$pkgver.tar.gz - build.patch) -md5sums=('f2a2c3485d2f3f0adff1b7665c2f3b24' - '96fde605eb69e300f6014546d4339beb') +source=(http://downloads.sourceforge.net/sourceforge/gnubiff/gnubiff-$pkgver.tar.gz) +md5sums=('c705e1135b0bd4c8d8f7ce72ca7b5443') build() { cd $srcdir/gnubiff-$pkgver -# patch -p1 <../build.patch export LDFLAGS=-lX11 ./configure --prefix=/usr --disable-gnome --disable-fam --with-password --with-password-string="65423957eb027b94c9e661611c0e4271" make -- cgit v1.2.3-54-g00ecf