diff options
author | root <root@rshg054.dnsready.net> | 2012-02-29 03:34:34 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-29 03:34:34 +0000 |
commit | 32b05a621cb20af1bd4b7cd6f5609b7512bb20f1 (patch) | |
tree | 60ba7e9c94b5ea69643a2022cd2ff890958da0f9 /community/gnubiff | |
parent | 1f567a9d58d16b76320168f0624aa55bd6320284 (diff) |
Wed Feb 29 03:34:34 UTC 2012
Diffstat (limited to 'community/gnubiff')
-rw-r--r-- | community/gnubiff/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gnubiff/PKGBUILD b/community/gnubiff/PKGBUILD index 03485f1f1..814259c8a 100644 --- a/community/gnubiff/PKGBUILD +++ b/community/gnubiff/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 63600 2012-02-05 11:59:28Z ibiru $ +# $Id: PKGBUILD 66676 2012-02-27 10:00:34Z 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.14 +pkgver=2.2.15 pkgrel=1 pkgdesc="Mail notification program that checks for mail and displays headers when new mail has arrived" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ depends=('libglade' 'gtk3' 'popt') makedepends=('perlxml' 'intltool') conflicts=(gnubiff-gtk) source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz) -md5sums=('f2a2c3485d2f3f0adff1b7665c2f3b24') +md5sums=('c705e1135b0bd4c8d8f7ce72ca7b5443') build() { [ "$GNOMEDIR" = "" ] && GNOMEDIR=/usr |