Date: Sunday, December 25, 2016 @ 20:22:55 Author: felixonmars Revision: 202356
upgpkg: haskell-lens 4.15.1-2 rebuild with unordered-containers-0.2.7.2 Modified: haskell-lens/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-25 20:14:54 UTC (rev 202355) +++ PKGBUILD 2016-12-25 20:22:55 UTC (rev 202356) @@ -5,7 +5,7 @@ _hkgname=lens pkgname=haskell-lens pkgver=4.15.1 -pkgrel=1 +pkgrel=2 pkgdesc="Lenses, Folds and Traversals" url="http://github.com/ekmett/lens/" license=("custom:BSD3") @@ -17,7 +17,7 @@ "haskell-semigroupoids" "haskell-semigroups" "haskell-tagged" "haskell-text" "haskell-transformers-compat" "haskell-unordered-containers" "haskell-vector" "haskell-void") -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=('5cfaa64cb1b9787193c2247a1ed1c248104ba5fadb91cec6432e648e41b1bea6') build() {
