summaryrefslogtreecommitdiff
path: root/community/zile/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-27 03:39:40 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-27 03:39:40 +0000
commite32d80836b584e2625d5ff5a9347090bdd58da34 (patch)
tree491e167a6fc43599ac073ecf9edfb5d8ba5aa90a /community/zile/PKGBUILD
parent3f23b6bf0b09b0edd47e2c763b3be136bc2fe274 (diff)
Thu Feb 27 03:37:13 UTC 2014
Diffstat (limited to 'community/zile/PKGBUILD')
-rw-r--r--community/zile/PKGBUILD16
1 files changed, 9 insertions, 7 deletions
diff --git a/community/zile/PKGBUILD b/community/zile/PKGBUILD
index 4ed801004..2f2e7ce5f 100644
--- a/community/zile/PKGBUILD
+++ b/community/zile/PKGBUILD
@@ -1,26 +1,28 @@
-# $Id: PKGBUILD 83186 2013-01-27 16:28:06Z pierre $
+# $Id: PKGBUILD 106262 2014-02-26 03:23:44Z kkeen $
+# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
-# Maintainer: Kevin Piche <kevin@archlinux.org>
+# Contributor: Kevin Piche <kevin@archlinux.org>
pkgname=zile
-pkgver=2.4.9
+pkgver=2.4.10
pkgrel=1
pkgdesc="A small, fast, and powerful Emacs clone"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/zile/"
license=('GPL3')
depends=('acl' 'gc' 'ncurses')
+makedepends=('help2man')
source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('f233487e2d0ce99d7670832d106d1a2503d4c925'
- 'cfc6f526bd4f14e127b32f91ae3e414e58d722c3')
+sha1sums=('256ae72ee43613c61bdbc558e8eb3dd50fe4de19'
+ '0a7bc694588129e79b997e516a39c9f60ddfef1a')
build() {
- cd "${srcdir}"/${pkgname}-${pkgver}
+ cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr
make
}
package() {
- cd "${srcdir}"/${pkgname}-${pkgver}
+ cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="${pkgdir}" install
}