Date: Sunday, December 25, 2016 @ 15:47:01 Author: felixonmars Revision: 201870
upgpkg: haskell-wai-logger 2.3.0-6 rebuild with unordered-containers-0.2.7.2 Modified: haskell-wai-logger/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-25 15:45:02 UTC (rev 201869) +++ PKGBUILD 2016-12-25 15:47:01 UTC (rev 201870) @@ -5,15 +5,15 @@ _hkgname=wai-logger pkgname=haskell-wai-logger pkgver=2.3.0 -pkgrel=5 +pkgrel=6 pkgdesc="A logging system for WAI" -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-blaze-builder" "haskell-byteorder" "haskell-case-insensitive" "haskell-fast-logger" "haskell-http-types" "haskell-network" "haskell-unix-time" "haskell-wai") -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=('90cd993c657e72a0480a988220b288aeb2561efa53d2c8f819197b6de3060bf0') build() {
