diff options
Diffstat (limited to 'community/alex/PKGBUILD')
-rw-r--r-- | community/alex/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/alex/PKGBUILD b/community/alex/PKGBUILD index befe89d13..e316ce956 100644 --- a/community/alex/PKGBUILD +++ b/community/alex/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 110605 2014-05-04 13:54:45Z td123 $ +# $Id: PKGBUILD 115962 2014-07-19 16:04:46Z 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=2 +pkgrel=3 pkgdesc='Lexical analyser generator for Haskell' arch=('x86_64' 'i686') url='http://hackage.haskell.org/package/alex' license=('custom:BSD3') depends=('gmp' 'libffi') -makedepends=('ghc=7.8.2' 'haskell-quickcheck' 'happy' 'libffi') +makedepends=('ghc=7.8.3' 'haskell-quickcheck' 'happy' 'libffi') source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz") sha256sums=('8d41a6e72a016155f00c846f7146ab4b27fe9640668a4b592d6a9b856f970a92') |