summaryrefslogtreecommitdiff
path: root/core/flex/PKGBUILD
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2014-07-27 13:12:12 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2014-07-27 13:12:12 -0500
commit084a523e08ba7a242b5dbe4e96018ea0b63fdd94 (patch)
tree899c300759432bf8c946e618821d3466cfc45adc /core/flex/PKGBUILD
parent4026666cf875d1ab6e86def0d8c10dbf25e6d096 (diff)
Updating flex and libnlHEADmaster
Diffstat (limited to 'core/flex/PKGBUILD')
-rw-r--r--core/flex/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/flex/PKGBUILD b/core/flex/PKGBUILD
index 51dccdc63..38b640cbc 100644
--- a/core/flex/PKGBUILD
+++ b/core/flex/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 205933 2014-02-14 08:16:43Z allan $
+# $Id: PKGBUILD 208893 2014-03-28 12:28:18Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgname=flex
-pkgver=2.5.38
+pkgver=2.5.39
pkgrel=1
pkgdesc="A tool for generating text-scanning programs"
arch=('i686' 'x86_64' 'mips64el')
@@ -12,8 +12,8 @@ license=('custom')
groups=('base-devel')
depends=('glibc' 'm4' 'sh')
install=flex.install
-source=(http://downloads.sourceforge.net/sourceforge/flex/flex-$pkgver.tar.bz2)
-md5sums=('b230c88e65996ff74994d08a2a2e0f27')
+source=(http://downloads.sourceforge.net/sourceforge/flex/flex-$pkgver.tar.xz)
+md5sums=('477679c37ff8b28248a9b05f1da29a82')
build() {
cd $srcdir/$pkgname-$pkgver