Date: Thursday, December 22, 2016 @ 15:02:12 Author: felixonmars Revision: 201060
upgpkg: haskell-sourcemap 0.1.6-11 rebuild with aeson-1.0.2.1 Modified: haskell-sourcemap/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-22 15:00:32 UTC (rev 201059) +++ PKGBUILD 2016-12-22 15:02:12 UTC (rev 201060) @@ -5,14 +5,14 @@ _hkgname=sourcemap pkgname=haskell-sourcemap pkgver=0.1.6 -pkgrel=10 +pkgrel=11 pkgdesc="Implementation of source maps as proposed by Google and Mozilla." -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-text" "haskell-unordered-containers" "haskell-utf8-string") -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=('b9a04cccb4fe7eea8b37a2eaf2bc776eae5640038ab76fb948c5a3ea09a9ce7a') build() {
