Date: Monday, December 26, 2016 @ 18:53:09 Author: felixonmars Revision: 202822
upgpkg: haskell-dns 2.0.10-5 rebuild with resourcet-1.1.9 Modified: haskell-dns/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-26 18:50:34 UTC (rev 202821) +++ PKGBUILD 2016-12-26 18:53:09 UTC (rev 202822) @@ -5,15 +5,15 @@ _hkgname=dns pkgname=haskell-dns pkgver=2.0.10 -pkgrel=4 +pkgrel=5 pkgdesc="DNS library in Haskell" -url="http://hackage.haskell.org/package/${_hkgname}" +url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-attoparsec" "haskell-conduit" "haskell-conduit-extra" "haskell-iproute" "haskell-mtl" "haskell-network" "haskell-random" "haskell-resourcet" "haskell-safe") -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=('ba03bc8fe25b58fd066588569eb5707a245cb098181e2d5cca72c239849aa6a3') prepare() {
