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

Allan McRae allan at archlinux.org
Wed Nov 18 01:56:23 UTC 2015


    Date: Wednesday, November 18, 2015 @ 02:56:23
  Author: allan
Revision: 251141

upgpkg: flex 2.6.0-1

upstream update

Modified:
  flex/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-18 01:53:13 UTC (rev 251140)
+++ PKGBUILD	2015-11-18 01:56:23 UTC (rev 251141)
@@ -3,7 +3,7 @@
 # Contributor: judd <jvinet at zeroflux.org>
 
 pkgname=flex
-pkgver=2.5.39
+pkgver=2.6.0
 pkgrel=1
 pkgdesc="A tool for generating text-scanning programs"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('glibc' 'm4' 'sh')
 install=flex.install
 source=(http://downloads.sourceforge.net/sourceforge/flex/flex-$pkgver.tar.xz)
-md5sums=('477679c37ff8b28248a9b05f1da29a82')
+md5sums=('3cbbfa1554d0b75fad9f8100732454de')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -23,10 +23,6 @@
 
 check() {
   cd $srcdir/$pkgname-$pkgver
-  
-  # these tests are incompatible with latest bison
-  sed -i -e '/test-bison-yylloc/d' -e '/test-bison-yylval/d' tests/Makefile.in
-
   make check
 }
 



More information about the arch-commits mailing list