diff options
Diffstat (limited to 'core/ncurses/PKGBUILD')
-rw-r--r-- | core/ncurses/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/ncurses/PKGBUILD b/core/ncurses/PKGBUILD index abe1cede5..1b387c6b1 100644 --- a/core/ncurses/PKGBUILD +++ b/core/ncurses/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 111464 2011-02-27 00:26:17Z allan $ +# $Id: PKGBUILD 118921 2011-04-09 12:39:04Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> pkgname=ncurses -pkgver=5.8 +pkgver=5.9 pkgrel=1 pkgdesc="System V Release 4.0 curses emulation library" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ url="http://www.gnu.org/software/ncurses/" license=('MIT') depends=('glibc') source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('20ed3fa7599937f0ca268d9088837a64') +md5sums=('8cb9c412e5f2d96bc6f459aa8c6282a1') build() { cd ${srcdir}/ |