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 1d7c56fb8..280b04ec4 100644
--- a/core/libedit/PKGBUILD
+++ b/core/libedit/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 132376 2011-07-23 23:23:53Z bisson $
+# $Id: PKGBUILD 135574 2011-08-15 23:39:35Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Maintainer: Vesa Kaihlavirta <vesa@archlinux.org>
# Contributor: Roman Cheplyaka <roma@ro-che.info>
pkgname=libedit
-pkgver=20110709_3.0
+pkgver=20110802_3.0
pkgrel=1
pkgdesc='Command line editor library providing generic line editing, history, and tokenization functions'
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ license=('BSD')
depends=('ncurses')
options=('!libtool')
source=("http://www.thrysoee.dk/editline/libedit-${pkgver/_/-}.tar.gz")
-sha1sums=('63a62e0c52a0a2b3c933f400039e24724498cfb4')
+sha1sums=('b06e3cf248a4235617c71454e15ca3a54a61d467')
build() {
cd "${srcdir}/${pkgname}-${pkgver/_/-}"