summaryrefslogtreecommitdiff
path: root/core/libedit/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/libedit/PKGBUILD')
-rw-r--r--core/libedit/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/libedit/PKGBUILD b/core/libedit/PKGBUILD
index 3ea5bbf48..29b6480c8 100644
--- a/core/libedit/PKGBUILD
+++ b/core/libedit/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 153493 2012-03-15 00:07:12Z bisson $
+# $Id: PKGBUILD 165851 2012-09-01 14:29:46Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Maintainer: Vesa Kaihlavirta <vesa@archlinux.org>
# Contributor: Roman Cheplyaka <roma@ro-che.info>
pkgname=libedit
-pkgver=20120311_3.0
+pkgver=20120601_3.0
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=('2a4be10c33af5e3b09c1d3c8829b02fe5b41796b')
+sha1sums=('18ec27120f6abb222754e9f283d000fec0dcfc08')
build() {
cd "${srcdir}/${pkgname}-${pkgver/_/-}"