summaryrefslogtreecommitdiff
path: root/community-testing/gnubiff/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/gnubiff/PKGBUILD')
-rw-r--r--community-testing/gnubiff/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/community-testing/gnubiff/PKGBUILD b/community-testing/gnubiff/PKGBUILD
index e7b3aa13a..6bdb40527 100644
--- a/community-testing/gnubiff/PKGBUILD
+++ b/community-testing/gnubiff/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 44488 2011-04-07 20:25:15Z spupykin $
+# $Id: PKGBUILD 44789 2011-04-11 20:19:28Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Tom K <tomk@runbox.com>
# Contributor: Todd Musall <tmusall@gmail.com>
pkgname=gnubiff
-pkgver=2.2.11
-pkgrel=5
+pkgver=2.2.13
+pkgrel=1
pkgdesc="Mail notification program that checks for mail and displays headers when new mail has arrived"
arch=('i686' 'x86_64' 'mips64el')
url="http://gnubiff.sourceforge.net/"
@@ -14,7 +14,7 @@ depends=('gnome-panel')
makedepends=('perlxml')
conflicts=(gnubiff-gtk)
source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz)
-md5sums=('d9e899f25b1e83081ccd3ac97ee31b8b')
+md5sums=('65423957eb027b94c9e661611c0e4271')
build() {
[ "$GNOMEDIR" = "" ] && GNOMEDIR=/usr
@@ -49,7 +49,8 @@ EOF
export LDFLAGS="$LDFLAGS -lgnomeui-2"
export CFLAGS="$CFLAGS -I/usr/include/libgnomeui-2.0"
export CPPFLAGS="$CPPFLAGS -I/usr/include/libgnomeui-2.0"
- ./configure --prefix=/usr --with-password --with-password-string --disable-fam
+ ./configure --prefix=/usr --with-password --with-password-string --disable-fam \
+ --disable-gnome
make
make DESTDIR=$startdir/pkg install