Date: Monday, January 2, 2017 @ 21:02:47 Author: felixonmars Revision: 204454
upgpkg: haskell-wl-pprint-extras 3.5.0.5-2 rebuild with hashable-1.2.5.0 Modified: haskell-wl-pprint-extras/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-02 21:01:13 UTC (rev 204453) +++ PKGBUILD 2017-01-02 21:02:47 UTC (rev 204454) @@ -4,7 +4,7 @@ _hkgname=wl-pprint-extras pkgname=haskell-wl-pprint-extras pkgver=3.5.0.5 -pkgrel=1 +pkgrel=2 pkgdesc="A free monad based on the Wadler/Leijen pretty printer" url="http://github.com/ekmett/wl-pprint-extras/" license=('custom:BSD3') @@ -11,7 +11,7 @@ arch=('i686' 'x86_64') depends=('ghc=8.0.1' 'haskell-semigroups' 'haskell-semigroupoids' 'haskell-utf8-string' 'haskell-text') -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=('03a7c3b6700f5c729229c7652a0e85cd') prepare() {
