diff options
Diffstat (limited to 'community/alex/PKGBUILD')
-rw-r--r-- | community/alex/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/alex/PKGBUILD b/community/alex/PKGBUILD index 9c2cdff22..befe89d13 100644 --- a/community/alex/PKGBUILD +++ b/community/alex/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 102107 2013-12-05 10:44:35Z arodseth $ +# $Id: PKGBUILD 110605 2014-05-04 13:54:45Z td123 $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Vesa Kaihlavirta <vegai@iki.fi> @@ -6,13 +6,13 @@ pkgname=alex pkgver=3.1.3 -pkgrel=1 +pkgrel=2 pkgdesc='Lexical analyser generator for Haskell' arch=('x86_64' 'i686') url='http://hackage.haskell.org/package/alex' license=('custom:BSD3') -depends=('gmp') -makedepends=('ghc=7.6.3-1' 'haskell-quickcheck>=2' 'happy') +depends=('gmp' 'libffi') +makedepends=('ghc=7.8.2' 'haskell-quickcheck' 'happy' 'libffi') source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz") sha256sums=('8d41a6e72a016155f00c846f7146ab4b27fe9640668a4b592d6a9b856f970a92') |