aboutsummaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c6086a..5865c5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
1# Maintainer : Immae <ismael.bouya@normalesup.org> 1# Maintainer : Immae <ismael.bouya@normalesup.org>
2 2
3pkgname=editline 3pkgname=editline
4pkgver=1.15.3 4pkgver=1.16.1
5pkgrel=1 5pkgrel=1
6pkgdesc="A readline() replacement for UNIX without termcap (ncurses)" 6pkgdesc="A readline() replacement for UNIX without termcap (ncurses)"
7arch=('x86_64') 7arch=('x86_64')
8url="http://troglobit.com/editline.html" 8url="http://troglobit.com/editline.html"
9license=('BSD') 9license=('BSD')
10source=("ftp://ftp.troglobit.com/editline/${pkgname}-${pkgver}.tar.xz") 10source=("https://github.com/troglobit/${pkgname}/archive/${pkgver}.tar.gz")
11sha512sums=('7566ba1616ec729fe6f60571b3ca3eef83fc9f12f530e8351976d16627ecc7fce81b7d620218ffa8a853d95fbbb397477e59dbc2dd113505ce27f790df2a7a38') 11sha512sums=('32c8362cd553ff616ecbb259705d6ed13a48f5bae0616c9770d9c254e07723bbd957de8ad0643d0652ec73e8e99e8c45e7f060461ba316b0eb30d911d772b029')
12 12
13 13
14build () { 14build () {
15 cd "$pkgname-$pkgver" 15 cd "$pkgname-$pkgver"
16 ./autogen.sh
16 ./configure --prefix=/usr \ 17 ./configure --prefix=/usr \
17 --sysconfdir=/etc \ 18 --sysconfdir=/etc \
18 --enable-gc 19 --enable-gc