diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-17 03:27:11 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-17 03:27:11 +0000 |
commit | 6459b84bf754eda5323f40eb7af76dde65b63251 (patch) | |
tree | 81947a270848520d4cf2f9d1c5ce91ced54fcdff /community/zile | |
parent | 942111e62628e9a5c4729563215b1cfb8911735e (diff) |
Tue Jun 17 03:23:47 UTC 2014
Diffstat (limited to 'community/zile')
-rw-r--r-- | community/zile/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/zile/PKGBUILD b/community/zile/PKGBUILD index 2f2e7ce5f..d0a9d64ac 100644 --- a/community/zile/PKGBUILD +++ b/community/zile/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 106262 2014-02-26 03:23:44Z kkeen $ +# $Id: PKGBUILD 113183 2014-06-15 18:13:45Z kkeen $ # Maintainer: Kyle Keen <keenerd@gmail.com> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> # Contributor: Kevin Piche <kevin@archlinux.org> pkgname=zile -pkgver=2.4.10 +pkgver=2.4.11 pkgrel=1 pkgdesc="A small, fast, and powerful Emacs clone" arch=('i686' 'x86_64') @@ -13,8 +13,8 @@ license=('GPL3') depends=('acl' 'gc' 'ncurses') makedepends=('help2man') source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig}) -sha1sums=('256ae72ee43613c61bdbc558e8eb3dd50fe4de19' - '0a7bc694588129e79b997e516a39c9f60ddfef1a') +sha1sums=('ad2efb80031c3a406f8f83ac5d400a38bc297434' + 'SKIP') build() { cd "$srcdir/$pkgname-$pkgver" |