Date: Monday, January 2, 2017 @ 18:03:06 Author: felixonmars Revision: 204348
upgpkg: haskell-bifunctors 5.4.1-3 rebuild with hashable-1.2.5.0 Modified: haskell-bifunctors/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-02 18:00:16 UTC (rev 204347) +++ PKGBUILD 2017-01-02 18:03:06 UTC (rev 204348) @@ -5,13 +5,13 @@ _hkgname=bifunctors pkgname=haskell-bifunctors pkgver=5.4.1 -pkgrel=2 +pkgrel=3 pkgdesc="Bifunctors" url="http://github.com/ekmett/bifunctors/" license=("custom:BSD3") arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-base-orphans" "haskell-comonad" "haskell-semigroups" "haskell-tagged") -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") sha256sums=('3746f971f69ce31ced23d12e4785d96985f5c620ac7a26d5f4efead970c43b87') build() {
