Date: Monday, January 2, 2017 @ 18:31:51 Author: felixonmars Revision: 204369
upgpkg: haskell-profunctors 5.2-20 rebuild with hashable-1.2.5.0 Modified: haskell-profunctors/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-02 18:29:15 UTC (rev 204368) +++ PKGBUILD 2017-01-02 18:31:51 UTC (rev 204369) @@ -5,7 +5,7 @@ _hkgname=profunctors pkgname=haskell-profunctors pkgver=5.2 -pkgrel=19 +pkgrel=20 pkgdesc="Profunctors" url="http://github.com/ekmett/profunctors/" license=("custom:BSD3") @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-base-orphans" "haskell-bifunctors" "haskell-comonad" "haskell-contravariant" "haskell-distributive" "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=('87a7e25c4745ea8ff479dd1212ec2e57710abb3d3dd30f948fa16be1d3ee05a4') build() {
