[arch-commits] Commit in alex/trunk (PKGBUILD)

Thomas Dziedzic tdziedzic at archlinux.org
Sun Feb 26 17:22:49 UTC 2012


    Date: Sunday, February 26, 2012 @ 12:22:48
  Author: tdziedzic
Revision: 151488

upgpkg: alex 3.0.1-1

rebuild for ghc

Modified:
  alex/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-26 17:20:28 UTC (rev 151487)
+++ PKGBUILD	2012-02-26 17:22:48 UTC (rev 151488)
@@ -4,16 +4,16 @@
 # Contributor: Philip Nilsson <pnilsson at nullref.se>
 
 pkgname=alex
-pkgver=2.3.5
-pkgrel=2
+pkgver=3.0.1
+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.0.3')
+makedepends=('ghc=7.4.1-2' 'haskell-quickcheck=2.4.2-1')
 source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('5e08c688ded0dcff98eaad6fc03a9402')
+md5sums=('5dec239c89165d159faa2154bc0724cd')
 
 build() {
   cd $srcdir/$pkgname-$pkgver




More information about the arch-commits mailing list