Date: Saturday, April 12, 2014 @ 18:47:54 Author: td123 Revision: 210229
upgpkg: haskell-parsec 3.1.5-1 rebuild with cfgf Modified: haskell-parsec/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-04-12 16:47:42 UTC (rev 210228) +++ PKGBUILD 2014-04-12 16:47:54 UTC (rev 210229) @@ -1,19 +1,18 @@ -# $Id$ # Maintainer: Thomas Dziedzic <[email protected]> _hkgname=parsec pkgname=haskell-parsec -pkgver=3.1.3 -pkgrel=3 +pkgver=3.1.5 +pkgrel=1 pkgdesc="Monadic parser combinators" url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc=7.6.3-1' 'sh' 'haskell-mtl=2.1.2-3' 'haskell-text=0.11.2.3-3') +options=('staticlibs') +depends=('ghc=7.8.2-1' 'sh' 'haskell-mtl=2.1.3.1-1' 'haskell-text=1.1.0.1-1') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=${pkgname}.install -options=('staticlibs') -md5sums=('d72fc94b81153132c61125a1ec52a4a5') +md5sums=('00e822decff17a034a68c462d2a3e099') build() { cd ${_hkgname}-${pkgver}
