Date: Monday, December 26, 2016 @ 03:13:43 Author: felixonmars Revision: 202466
upgpkg: haskell-conduit-combinators 1.0.8.3-7 rebuild with unordered-containers-0.2.7.2 Modified: haskell-conduit-combinators/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-26 03:11:48 UTC (rev 202465) +++ PKGBUILD 2016-12-26 03:13:43 UTC (rev 202466) @@ -5,7 +5,7 @@ _hkgname=conduit-combinators pkgname=haskell-conduit-combinators pkgver=1.0.8.3 -pkgrel=6 +pkgrel=7 pkgdesc="Commonly used conduit functions, for both chunked and unchunked data" url="https://github.com/snoyberg/mono-traversable" license=("MIT") @@ -16,7 +16,7 @@ "haskell-primitive" "haskell-resourcet" "haskell-text" "haskell-transformers-base" "haskell-unix-compat" "haskell-vector" "haskell-void") -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=('3b81e379c4dcb1cb6212bcbad1d0714e46f400ebf9ae2abe23621db500406dbe') build() {
