summaryrefslogtreecommitdiff
path: root/community/alex/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/alex/PKGBUILD')
-rw-r--r--community/alex/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/alex/PKGBUILD b/community/alex/PKGBUILD
index 4f078a8ca..b7cc2cb52 100644
--- a/community/alex/PKGBUILD
+++ b/community/alex/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 67160 2012-03-05 00:29:42Z pschmitz $
+# $Id: PKGBUILD 72380 2012-06-13 13:45:40Z tdziedzic $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Contributor: Philip Nilsson <pnilsson@nullref.se>
pkgname=alex
-pkgver=3.0.1
+pkgver=3.0.2
pkgrel=1
pkgdesc='a lexical analyser generator for Haskell'
arch=('i686' 'x86_64')
url='http://www.haskell.org/alex/'
license=('custom:BSD3')
depends=('gmp')
-makedepends=('ghc=7.4.1-2' 'haskell-quickcheck=2.4.2-1')
+makedepends=('ghc=7.4.2-1' 'haskell-quickcheck=2.4.2-2')
source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('5dec239c89165d159faa2154bc0724cd')
+md5sums=('b8f0d831b65d05e5f54ff08bd3d9d10d')
build() {
cd $srcdir/$pkgname-$pkgver