Date: Monday, May 22, 2017 @ 17:11:33 Author: felixonmars Revision: 229236
upgpkg: haskell-text-metrics 0.2.0-2 rebuild with text,1.2.2.2 Modified: haskell-text-metrics/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-05-22 17:10:06 UTC (rev 229235) +++ PKGBUILD 2017-05-22 17:11:33 UTC (rev 229236) @@ -4,13 +4,13 @@ _hkgname=text-metrics pkgname=haskell-text-metrics pkgver=0.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="Calculate various string metrics efficiently" url="https://github.com/mrkkrp/text-metrics" license=('custom:BSD3') arch=('i686' 'x86_64') depends=('ghc=8.0.1' 'haskell-text') -source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") md5sums=('777a3db6e5d92d91f92d9d8eeaca400d') build() {
