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

Antonio Rojas arojas at archlinux.org
Wed Aug 30 08:21:48 UTC 2017


    Date: Wednesday, August 30, 2017 @ 08:21:48
  Author: arojas
Revision: 304337

Update to 5.7

Modified:
  nedit/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-30 07:08:10 UTC (rev 304336)
+++ PKGBUILD	2017-08-30 08:21:48 UTC (rev 304337)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=nedit
-pkgver=5.6a
+pkgver=5.7
 pkgrel=1
 epoch=1
 pkgdesc="A Unix text editor for programmers and general users"
@@ -12,11 +12,10 @@
 depends=('lesstif')
 options=('!makeflags')
 source=(http://sourceforge.net/projects/nedit/files/nedit-source/${pkgname}-${pkgver}-src.tar.gz)
-sha1sums=('3f7a39bf0968cf0598bf8d6e2062f243f3aaac96')
+sha1sums=('7cd264860ff75b4c64417aa09ca4ce03e4be2b4e')
 
 prepare() {
   cd ${pkgname}-${pkgver/a/}
-  sed -i 's|fgets|//fgets|' util/check_lin_tif.c
   sed -i 's|"/bin/csh"|"/bin/sh"|' source/preferences.c
 }
 



More information about the arch-commits mailing list