Date: Monday, January 2, 2017 @ 20:22:17 Author: felixonmars Revision: 204432
upgpkg: haskell-hashtables 1.2.1.0-7 rebuild with hashable-1.2.5.0 Modified: haskell-hashtables/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-02 20:19:56 UTC (rev 204431) +++ PKGBUILD 2017-01-02 20:22:17 UTC (rev 204432) @@ -5,13 +5,13 @@ _hkgname=hashtables pkgname=haskell-hashtables pkgver=1.2.1.0 -pkgrel=6 +pkgrel=7 pkgdesc="Mutable hash tables in the ST monad" -url="http://hackage.haskell.org/package/${_hkgname}" +url="https://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') depends=('ghc=8.0.1' 'sh' 'haskell-hashable' 'haskell-primitive' 'haskell-vector') -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=('2ee6506e6bda88f6b85a343609ad90c4') build() {
