Date: Friday, December 3, 2010 @ 02:42:31 Author: remy Revision: 101956
upgpkg: haskell-text 0.10.0.0-1 Update to version 0.10 Modified: haskell-text/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-12-03 06:20:04 UTC (rev 101955) +++ PKGBUILD 2010-12-03 07:42:31 UTC (rev 101956) @@ -2,17 +2,17 @@ # Contributor: Arch Haskell Team <[email protected]> _hkgname=text pkgname=haskell-text -pkgver=0.9.0.1 -pkgrel=2 +pkgver=0.10.0.0 +pkgrel=1 pkgdesc="An efficient packed Unicode text type." url="http://hackage.haskell.org/package/text" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc=7.0.1' sh 'haskell-deepseq>=1.1.0.0') +depends=('ghc=6.12.3' sh 'haskell-deepseq>=1.1.0.0') options=('strip') -source=(http://hackage.haskell.org/packages/archive/text/${pkgver}/text-${pkgver}.tar.gz) -install=haskell-text.install -md5sums=('9159889cbff41594707e366081582bc2') +source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +install=${pkgname}.install +md5sums=('453cf09bae3d6aafdd8a4510ddff1fa5') build() { cd ${srcdir}/${_hkgname}-${pkgver}
