Date: Saturday, March 25, 2017 @ 15:36:31 Author: felixonmars Revision: 218954
upgpkg: haskell-utility-ht 0.0.13-1 rebuild with utility-ht,0.0.13 Modified: haskell-utility-ht/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-25 14:52:24 UTC (rev 218953) +++ PKGBUILD 2017-03-25 15:36:31 UTC (rev 218954) @@ -4,7 +4,7 @@ _hkgname=utility-ht pkgname=haskell-utility-ht -pkgver=0.0.12 +pkgver=0.0.13 pkgrel=1 pkgdesc="Various small helper functions for Lists, Maybes, Tuples, Functions" url="http://www.haskell.org/haskellwiki/Utility-HT" @@ -11,8 +11,8 @@ license=("custom:BSD3") arch=('i686' 'x86_64') depends=("ghc=8.0.1") -source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('a4445f436354599c1f3e923dfb3e4463b6f65e7c1dabea1e2d34d11c4a5b05ef') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") +sha512sums=('dd47ecf21b759e18e277e38d1dfb93d66690182758da459df7b7542d395d67c7e14028a731c6c6efc9469a69a553aa692917e7d712af7b042cea1eea8ab602cd') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
