[arch-commits] CVS update of core/devel/flex (PKGBUILD)

Paul Mattal paul at archlinux.org
Thu Feb 7 18:57:36 UTC 2008


    Date: Thursday, February 7, 2008 @ 13:57:36
  Author: paul
    Path: /home/cvs-core/core/devel/flex

Modified: PKGBUILD (1.23 -> 1.24)

upgpkg: flex 2.5.33-3
fall back to 2.5.33 due to upstream bugs


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


Index: core/devel/flex/PKGBUILD
diff -u core/devel/flex/PKGBUILD:1.23 core/devel/flex/PKGBUILD:1.24
--- core/devel/flex/PKGBUILD:1.23	Mon Feb  4 21:10:19 2008
+++ core/devel/flex/PKGBUILD	Thu Feb  7 13:57:35 2008
@@ -1,8 +1,9 @@
-# $Id: PKGBUILD,v 1.23 2008/02/05 02:10:19 eric Exp $
+# $Id: PKGBUILD,v 1.24 2008/02/07 18:57:35 paul Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=flex
-pkgver=2.5.34
-pkgrel=1
+pkgver=2.5.33
+pkgrel=3
+force=y
 pkgdesc="A tool for generating text-scanning programs"
 arch=(i686 x86_64)
 url="http://flex.sourceforge.net"
@@ -11,7 +12,7 @@
 depends=('glibc' 'sh')
 source=(http://downloads.sourceforge.net/sourceforge/flex/flex-$pkgver.tar.bz2 
 	lex.sh)
-md5sums=('fbdabda79de417b863970eb03c0f53a3' 'f725259ec23a9e87ee29e2ef82eda9a5')
+md5sums=('343374a00b38d9e39d1158b71af37150' 'f725259ec23a9e87ee29e2ef82eda9a5')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver || return 1




More information about the arch-commits mailing list