Date: Monday, February 14, 2011 @ 16:53:49 Author: remy Revision: 110023
upgpkg: haskell-text 0.11.0.5-1 Update to 0.11.0.5 for HP 2011.1 (release candidate) Modified: haskell-text/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-02-14 21:43:40 UTC (rev 110022) +++ PKGBUILD 2011-02-14 21:53:49 UTC (rev 110023) @@ -2,7 +2,7 @@ # Contributor: Arch Haskell Team <[email protected]> _hkgname=text pkgname=haskell-text -pkgver=0.11.0.0 +pkgver=0.11.0.5 pkgrel=1 pkgdesc="An efficient packed Unicode text type." url="http://hackage.haskell.org/package/${_hkgname}" @@ -12,7 +12,7 @@ options=('strip') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install -md5sums=('fe1ba818c4882ed97e4728602631fc9c') +md5sums=('516a6813a6b9061fabdc9f0c3bbb1592') build() { cd ${srcdir}/${_hkgname}-${pkgver}
