Date: Tuesday, May 22, 2018 @ 11:38:04 Author: felixonmars Revision: 326906
upgpkg: haskell-graphviz 2999.20.0.0-1 rebuild with graphviz,2999.20.0.0 Modified: haskell-graphviz/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-22 11:13:39 UTC (rev 326905) +++ PKGBUILD 2018-05-22 11:38:04 UTC (rev 326906) @@ -4,9 +4,8 @@ _hkgname=graphviz pkgname=haskell-graphviz -pkgver=2999.19.0.0.20180507 -_commit=8b130d7f7552f60c968c39103da08c6eda467e84 -pkgrel=2 +pkgver=2999.20.0.0 +pkgrel=1 pkgdesc="Bindings to Graphviz for graph visualisation." url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") @@ -14,13 +13,9 @@ depends=('ghc-libs' 'haskell-colour' 'haskell-dlist' 'haskell-fgl' 'haskell-polyparse' 'haskell-temporary' 'haskell-wl-pprint-text') makedepends=('ghc') -source=("$pkgname-$_commit.tar.gz::https://github.com/ivan-m/graphviz/archive/$_commit.tar.gz") -sha512sums=('8c779152cb34b7a1732ffdb7886000ac8ec7a10aa36bbd5bcb0e09e78bac870ca1cdf1f9d54ec3fd1afa606351df01938b72e1a43c7e372b10a7e89ccdcbfdc1') +source=("$pkgname-$pkgver.tar.gz::https://github.com/ivan-m/graphviz/archive/$pkgver.tar.gz") +sha512sums=('61f6e25e17387ecf00e4aac4c7b43cf7c415a458002f08371fb755f5f4026c2d85d2170d0d2ef436293b334b86da89ac6dbe8fd1b4502095d284379e5849ffdd') -prepare() { - mv $_hkgname-{$_commit,$pkgver} -} - build() { cd "${srcdir}/${_hkgname}-${pkgver}"
