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 e48b9db79..93ca55e24 100644 --- a/community/alex/PKGBUILD +++ b/community/alex/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 83990 2013-02-08 04:15:22Z td123 $ +# $Id: PKGBUILD 88642 2013-04-20 22:36:02Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Vesa Kaihlavirta <vegai@iki.fi> # Contributor: Philip Nilsson <pnilsson@nullref.se> pkgname=alex -pkgver=3.0.2 -pkgrel=4 +pkgver=3.0.5 +pkgrel=1 pkgdesc='Lexical analyser generator for Haskell' arch=('x86_64' 'i686') url='http://hackage.haskell.org/package/alex' @@ -14,7 +14,7 @@ license=('custom:BSD3') depends=('gmp') makedepends=('ghc=7.6.2-1' 'haskell-quickcheck>=2') source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('997e33342c3c6e0edfff862f051fc286bd661f442d09d1bc02cd6e9d22083164') +sha256sums=('c3326417a0538e355e5ad1871ab931b9c8145391e8b2ff79668eb643d9b99659') build() { cd "$srcdir/$pkgname-$pkgver" |