diff options
Diffstat (limited to 'community/ekg2/PKGBUILD')
-rw-r--r-- | community/ekg2/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ekg2/PKGBUILD b/community/ekg2/PKGBUILD index fa0022592..bb85acd5d 100644 --- a/community/ekg2/PKGBUILD +++ b/community/ekg2/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 94920 2013-08-01 07:01:09Z bpiotrowski $ +# $Id: PKGBUILD 96537 2013-08-31 09:41:14Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Mateusz Herych <heniekk@gmail.com> pkgname=ekg2 pkgver=0.3.1 -pkgrel=7 +pkgrel=8 pkgdesc='Ncurses based Jabber, Gadu-Gadu, Tlen and IRC client' arch=('i686' 'x86_64') url="http://ekg2.org/" @@ -16,7 +16,7 @@ optdepends=('xosd: xosd support' source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz ekg2-0.3.1-giflib5.patch) md5sums=('68fc05b432c34622df6561eaabef5a40' - 'f3b6979e9b8705b0b9c7efd3f3a808fd') + 'e5855316bf7e9b456ebabb7cb9340e98') prepare() { cd $pkgname-$pkgver |