diff options
author | root <root@rshg054.dnsready.net> | 2013-10-21 01:08:10 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-21 01:08:10 -0700 |
commit | 61f20cbeb90ac877764e14b7c4e1c5c08b3e5383 (patch) | |
tree | 8fb05b655ad5450c255af4dfd869ea29756bdad5 /core/flex/PKGBUILD | |
parent | 6f2775d967e6db730957ea986826945c408431c3 (diff) |
Mon Oct 21 01:07:41 PDT 2013
Diffstat (limited to 'core/flex/PKGBUILD')
-rw-r--r-- | core/flex/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/flex/PKGBUILD b/core/flex/PKGBUILD index 2d1ef4adf..1fbcaf1c8 100644 --- a/core/flex/PKGBUILD +++ b/core/flex/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 164810 2012-08-06 13:29:17Z allan $ +# $Id: PKGBUILD 196829 2013-10-20 11:50:22Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> @@ -11,6 +11,7 @@ url="http://flex.sourceforge.net" license=('custom') groups=('base-devel') depends=('glibc' 'm4' 'sh') +options=('staticlibs') install=flex.install source=(http://downloads.sourceforge.net/sourceforge/flex/flex-$pkgver.tar.bz2 lex.sh) |