summaryrefslogtreecommitdiff
path: root/core/libedit
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-06 00:08:39 -0700
committerroot <root@rshg054.dnsready.net>2013-06-06 00:08:39 -0700
commit051a089508dcb9131c5a2e15ec4cdca686e3d2c7 (patch)
tree30a6197283be3ef8ad04911fe5e8f7a80b4280c7 /core/libedit
parent91d3f2ebc9b69c3e24bd507890afbb4bd3f4eea3 (diff)
Thu Jun 6 00:08:39 PDT 2013
Diffstat (limited to 'core/libedit')
-rw-r--r--core/libedit/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/libedit/PKGBUILD b/core/libedit/PKGBUILD
index 29b6480c8..819a7b5c7 100644
--- a/core/libedit/PKGBUILD
+++ b/core/libedit/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 165851 2012-09-01 14:29:46Z bisson $
+# $Id: PKGBUILD 187329 2013-06-05 12:52:10Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Maintainer: Vesa Kaihlavirta <vesa@archlinux.org>
# Contributor: Roman Cheplyaka <roma@ro-che.info>
pkgname=libedit
-pkgver=20120601_3.0
+pkgver=20130601_3.1
pkgrel=1
pkgdesc='Command line editor library providing generic line editing, history, and tokenization functions'
url='http://www.thrysoee.dk/editline/'
@@ -13,7 +13,7 @@ license=('BSD')
depends=('ncurses')
options=('!libtool')
source=("http://www.thrysoee.dk/editline/libedit-${pkgver/_/-}.tar.gz")
-sha1sums=('18ec27120f6abb222754e9f283d000fec0dcfc08')
+sha1sums=('9c3fe7af5ba3d86c608872de3d6e8179add8cc88')
build() {
cd "${srcdir}/${pkgname}-${pkgver/_/-}"