Date: Monday, January 2, 2017 @ 18:05:27 Author: felixonmars Revision: 204350
upgpkg: haskell-http-date 0.0.6.1-12 rebuild with hashable-1.2.5.0 Modified: haskell-http-date/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-02 18:03:28 UTC (rev 204349) +++ PKGBUILD 2017-01-02 18:05:27 UTC (rev 204350) @@ -5,13 +5,13 @@ _hkgname=http-date pkgname=haskell-http-date pkgver=0.0.6.1 -pkgrel=11 +pkgrel=12 pkgdesc="HTTP Date parser/formatter" -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") -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=('f2e106603e2b3f710f1189e478f6c20067d9a9d21a20a633fe362b3f91807636') build() {
