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

Thomas Dziedzic tdziedzic at archlinux.org
Fri Feb 24 23:14:14 UTC 2012


    Date: Friday, February 24, 2012 @ 18:14:14
  Author: tdziedzic
Revision: 151109

upgpkg: haskell-parsec 3.1.2-1

rebuild for ghc

Modified:
  haskell-parsec/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-24 22:15:36 UTC (rev 151108)
+++ PKGBUILD	2012-02-24 23:14:14 UTC (rev 151109)
@@ -1,19 +1,20 @@
+# Maintainer: Thomas Dziedzic <gostrc at gmail.com>
 # Maintainer: Vesa Kaihlavirta <vesa at archlinux.org>
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 # As generated by cabal2arch 0.7.6
+
 _hkgname=parsec
 pkgname=haskell-parsec
-pkgver=3.1.1
-pkgrel=2.1
+pkgver=3.1.2
+pkgrel=1
 pkgdesc="Monadic parser combinators"
 url="http://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=(ghc=7.0.3-2 sh 'haskell-mtl=2.0.1.0-3.1')
-options=('strip')
+depends=('ghc=7.4.1' 'sh' 'haskell-mtl=2.0.1.0-4' 'haskell-text=0.11.1.13-1')
 source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
-md5sums=('3d5500847cac09f6f658db825b6c5df8')
+md5sums=('c2a75dfd247ae4839e2602b62dc87487')
 
 build() {
     cd ${srcdir}/${_hkgname}-${pkgver}
@@ -36,4 +37,3 @@
     install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
     rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
 }
-




More information about the arch-commits mailing list