[arch-commits] Commit in libedit/trunk (PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Sun Jun 26 18:35:34 UTC 2016


    Date: Sunday, June 26, 2016 @ 18:35:34
  Author: bisson
Revision: 270688

upstream update

Modified:
  libedit/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-26 17:22:27 UTC (rev 270687)
+++ PKGBUILD	2016-06-26 18:35:34 UTC (rev 270688)
@@ -4,9 +4,9 @@
 # Contributor: Roman Cheplyaka <roma at ro-che.info>
 
 pkgname=libedit
-_pkgver=20150325-3.1
+_pkgver=20160618-3.1
 pkgver=${_pkgver/-/_}
-pkgrel=2
+pkgrel=1
 pkgdesc='Command line editor library providing generic line editing, history, and tokenization functions'
 url='http://www.thrysoee.dk/editline/'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('BSD')
 depends=('ncurses')
 source=("http://www.thrysoee.dk/editline/libedit-${_pkgver}.tar.gz")
-sha1sums=('c5bf50b433ea35f9fc883400cde674556c44af30')
+sha1sums=('56590b6827bb208d84c26c791371360bf8c316a6')
 
 build() {
 	cd "${srcdir}/${pkgname}-${_pkgver}"
@@ -25,6 +25,7 @@
 	cd "${srcdir}/${pkgname}-${_pkgver}"
 	make prefix="${pkgdir}"/usr install
 
+	rm "${pkgdir}"/usr/share/man/man3/history.3 # conflicts with readline
 	cp "${pkgdir}"/usr/share/man/man3/editline.3 "${pkgdir}"/usr/share/man/man3/el.3
 	install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/libedit/LICENSE
 }



More information about the arch-commits mailing list