Date: Thursday, December 22, 2016 @ 13:01:29 Author: felixonmars Revision: 201014
upgpkg: haskell-aeson-compat 0.3.6-2 rebuild with aeson-1.0.2.1 Modified: haskell-aeson-compat/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-22 12:59:40 UTC (rev 201013) +++ PKGBUILD 2016-12-22 13:01:29 UTC (rev 201014) @@ -5,9 +5,9 @@ _hkgname=aeson-compat pkgname=haskell-aeson-compat pkgver=0.3.6 -pkgrel=1 +pkgrel=2 pkgdesc="Compatibility layer for aeson" -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-aeson" "haskell-attoparsec" "haskell-base-compat" "haskell-exceptions" @@ -14,7 +14,7 @@ "haskell-hashable" "haskell-scientific" "haskell-semigroups" "haskell-text" "haskell-tagged" "haskell-time-locale-compat" "haskell-unordered-containers" "haskell-vector") -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=('7aa365d9f44f708f25c939489528836aa10b411e0a3e630c8c2888670874d142') prepare() {
