Date: Thursday, December 22, 2016 @ 16:29:15 Author: felixonmars Revision: 201093
upgpkg: haskell-microlens-aeson 2.1.1.1-2 rebuild with aeson-1.0.2.1 Modified: haskell-microlens-aeson/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-22 16:27:15 UTC (rev 201092) +++ PKGBUILD 2016-12-22 16:29:15 UTC (rev 201093) @@ -4,7 +4,7 @@ _hkgname=microlens-aeson pkgname=haskell-microlens-aeson pkgver=2.1.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="Law-abiding lenses for Aeson, using microlens" url="http://github.com/fosskers/microlens-aeson/" license=('MIT') @@ -11,7 +11,7 @@ arch=('i686' 'x86_64') depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-attoparsec' 'haskell-microlens' 'haskell-scientific' 'haskell-text' '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) md5sums=('9e8031f4ffcaf831bd08e7add445b21a') build() {
