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

Gaetan Bisson bisson at archlinux.org
Thu Oct 30 16:28:00 UTC 2014


    Date: Thursday, October 30, 2014 @ 17:28:00
  Author: bisson
Revision: 225490

upstream update

Modified:
  libedit/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-30 16:22:33 UTC (rev 225489)
+++ PKGBUILD	2014-10-30 16:28:00 UTC (rev 225490)
@@ -4,7 +4,8 @@
 # Contributor: Roman Cheplyaka <roma at ro-che.info>
 
 pkgname=libedit
-pkgver=20140620_3.1
+pkgver=20141030_3.1
+_pkgver=20141029-3.1
 pkgrel=1
 pkgdesc='Command line editor library providing generic line editing, history, and tokenization functions'
 url='http://www.thrysoee.dk/editline/'
@@ -12,16 +13,16 @@
 license=('BSD')
 depends=('ncurses')
 source=("http://www.thrysoee.dk/editline/libedit-${pkgver/_/-}.tar.gz")
-sha1sums=('9c0fc40ac9336af9af0799bcdfd3537a6ad258ff')
+sha1sums=('58b73e529b2361c172a57c9a4bbecb0633efca30')
 
 build() {
-	cd "${srcdir}/${pkgname}-${pkgver/_/-}"
+	cd "${srcdir}/${pkgname}-${_pkgver/_/-}"
 	./configure --prefix=/usr --enable-widec
 	make
 }
 
 package() {
-	cd "${srcdir}/${pkgname}-${pkgver/_/-}"
+	cd "${srcdir}/${pkgname}-${_pkgver/_/-}"
 	make prefix="${pkgdir}"/usr install
 
 	cp "${pkgdir}"/usr/share/man/man3/editline.3 "${pkgdir}"/usr/share/man/man3/el.3



More information about the arch-commits mailing list