Date: Saturday, February 4, 2017 @ 08:16:52 Author: felixonmars Revision: 209852
upgpkg: haskell-graphviz 2999.18.1.2-5 rebuild with wl-pprint-text,1.1.1.0 Modified: haskell-graphviz/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-04 08:13:17 UTC (rev 209851) +++ PKGBUILD 2017-02-04 08:16:52 UTC (rev 209852) @@ -5,14 +5,14 @@ _hkgname=graphviz pkgname=haskell-graphviz pkgver=2999.18.1.2 -pkgrel=4 +pkgrel=5 pkgdesc="Bindings to Graphviz for graph visualisation." -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-colour" "haskell-dlist" "haskell-fgl" "haskell-polyparse" "haskell-temporary" "haskell-text" "haskell-wl-pprint-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") sha256sums=('b08c2026d3810c15f6ad49a07fd7b879978d958fa477b369b719ec00741c85fc') build() {
