Date: Friday, April 18, 2014 @ 19:09:10 Author: td123 Revision: 211302
upgpkg: haskell-text 1.1.0.1-2 rebuild with cfgf Modified: haskell-text/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-04-18 17:08:58 UTC (rev 211301) +++ PKGBUILD 2014-04-18 17:09:10 UTC (rev 211302) @@ -3,13 +3,13 @@ _hkgname=text pkgname=haskell-text pkgver=1.1.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="An efficient packed Unicode text type." url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') options=('staticlibs') -depends=('ghc=7.8.2-1' 'sh') +depends=('ghc=7.8.2-2' 'sh') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=${pkgname}.install md5sums=('e8e1017ed0f0fef2a872569d8f31883e')
