Date: Sunday, December 25, 2016 @ 21:15:36 Author: felixonmars Revision: 202374
upgpkg: haskell-pointed 5-23 rebuild with unordered-containers-0.2.7.2 Modified: haskell-pointed/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-25 21:13:25 UTC (rev 202373) +++ PKGBUILD 2016-12-25 21:15:36 UTC (rev 202374) @@ -5,7 +5,7 @@ _hkgname=pointed pkgname=haskell-pointed pkgver=5 -pkgrel=22 +pkgrel=23 pkgdesc="Pointed and copointed data" url="http://github.com/ekmett/pointed/" license=("custom:BSD3") @@ -14,7 +14,7 @@ "haskell-kan-extensions" "haskell-semigroupoids" "haskell-semigroups" "haskell-stm" "haskell-tagged" "haskell-transformers-compat" "haskell-unordered-containers") -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=('8906b8af5125ab3376794a290c5484dbec5a35d0bd0a57e94392ec0e12535d17') prepare() {
