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

Allan McRae allan at archlinux.org
Sun Feb 27 00:26:18 UTC 2011


    Date: Saturday, February 26, 2011 @ 19:26:17
  Author: allan
Revision: 111464

upgpkg: ncurses 5.8-1
upstream update

Modified:
  ncurses/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-26 22:37:31 UTC (rev 111463)
+++ PKGBUILD	2011-02-27 00:26:17 UTC (rev 111464)
@@ -3,25 +3,20 @@
 # Contributor: judd <jvinet at zeroflux.org>
 
 pkgname=ncurses
-pkgver=5.7
-pkgrel=4
+pkgver=5.8
+pkgrel=1
 pkgdesc="System V Release 4.0 curses emulation library"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/ncurses/"
 license=('MIT')
 depends=('glibc')
-source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz
-        set_field_buffer.patch)
-md5sums=('cce05daf61a64501ef6cd8da1f727ec6'
-         '04c8d6d95140a29d72c0eb685a2eeffd')
+source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('20ed3fa7599937f0ca268d9088837a64')
 
 build() {
   cd ${srcdir}/
   mkdir ncurses{,w}-build
 
-  # http://permalink.gmane.org/gmane.comp.lib.ncurses.bugs/3559
-  patch -Np1 -i ${srcdir}/set_field_buffer.patch
-
   cd ${srcdir}/ncursesw-build
   ../${pkgname}-${pkgver}/configure --prefix=/usr --mandir=/usr/share/man \
      --with-shared --with-normal --without-debug --without-ada \




More information about the arch-commits mailing list