Date: Sunday, December 25, 2016 @ 19:41:00 Author: felixonmars Revision: 202348
upgpkg: haskell-parsers 0.12.4-7 rebuild with unordered-containers-0.2.7.2 Modified: haskell-parsers/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-25 19:38:22 UTC (rev 202347) +++ PKGBUILD 2016-12-25 19:41:00 UTC (rev 202348) @@ -5,7 +5,7 @@ _hkgname=parsers pkgname=haskell-parsers pkgver=0.12.4 -pkgrel=6 +pkgrel=7 pkgdesc="Parsing combinators" url="http://github.com/ekmett/parsers/" license=("custom:BSD3") @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-attoparsec" "haskell-base-orphans" "haskell-charset" "haskell-parsec" "haskell-scientific" "haskell-text" "haskell-unordered-containers") -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=('2781a27d40f0019fc671b483ca47276c826621e1daa42f08846af8e40e94ca1e') build() {
