Date: Monday, December 26, 2016 @ 17:03:11 Author: felixonmars Revision: 202782
upgpkg: haskell-xml-conduit 1.4.0.2-5 rebuild with resourcet-1.1.9 Modified: haskell-xml-conduit/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-26 17:02:19 UTC (rev 202781) +++ PKGBUILD 2016-12-26 17:03:11 UTC (rev 202782) @@ -5,7 +5,7 @@ _hkgname=xml-conduit pkgname=haskell-xml-conduit pkgver=1.4.0.2 -pkgrel=4 +pkgrel=5 pkgdesc="Pure-Haskell utilities for dealing with XML with the conduit package." url="http://github.com/snoyberg/xml" license=("MIT") @@ -14,7 +14,7 @@ "haskell-blaze-markup" "haskell-conduit" "haskell-conduit-extra" "haskell-data-default" "haskell-monad-control" "haskell-resourcet" "haskell-blaze-html" "haskell-xml-types") -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=('55f77ce489fd04a2602733a55e8b7487a565f9bbb877a7ce606f2fd6c1fbe318') build() {
