diff options
author | root <root@rshg054.dnsready.net> | 2012-02-19 23:15:25 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-19 23:15:25 +0000 |
commit | 81ee1980feda43043eaebae2c596ae116a21f6e5 (patch) | |
tree | 5a48e15abb2f2d299a6c08bf44e1b136ae6a7fb8 /extra/alex | |
parent | 1098e9db0acc5bb5c45af5778492faf3b4c99dd6 (diff) |
Sun Feb 19 23:15:25 UTC 2012
Diffstat (limited to 'extra/alex')
-rw-r--r-- | extra/alex/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/alex/PKGBUILD b/extra/alex/PKGBUILD index 7d1e975ba..59d947f12 100644 --- a/extra/alex/PKGBUILD +++ b/extra/alex/PKGBUILD @@ -1,18 +1,19 @@ -# $Id: PKGBUILD 114116 2011-03-11 04:57:17Z vesa $ +# $Id: PKGBUILD 150499 2012-02-18 11:26:02Z pierre $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Vesa Kaihlavirta <vegai@iki.fi> # Contributor: Philip Nilsson <pnilsson@nullref.se> pkgname=alex pkgver=2.3.5 -pkgrel=1.1 +pkgrel=2 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.0.2') +makedepends=('ghc=7.0.3') source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz") +md5sums=('5e08c688ded0dcff98eaad6fc03a9402') build() { cd $srcdir/$pkgname-$pkgver @@ -28,4 +29,3 @@ package() { # doc/ contains only license which already installed into proper place rm -rf $pkgdir/usr/share/doc } -md5sums=('5e08c688ded0dcff98eaad6fc03a9402') |