Date: Sunday, May 20, 2018 @ 06:30:56 Author: felixonmars Revision: 325116
upgpkg: haskell-graphviz 2999.19.0.0.20180507-1 Modified: haskell-graphviz/trunk/PKGBUILD ----------+ PKGBUILD | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-20 06:29:52 UTC (rev 325115) +++ PKGBUILD 2018-05-20 06:30:56 UTC (rev 325116) @@ -4,18 +4,23 @@ _hkgname=graphviz pkgname=haskell-graphviz -pkgver=2999.19.0.0 -pkgrel=9 +pkgver=2999.19.0.0.20180507 +_commit=8b130d7f7552f60c968c39103da08c6eda467e84 +pkgrel=1 pkgdesc="Bindings to Graphviz for graph visualisation." url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' "haskell-colour" "haskell-dlist" "haskell-fgl" "haskell-polyparse" - "haskell-temporary" "haskell-text" "haskell-wl-pprint-text") +depends=('ghc-libs' 'haskell-colour' 'haskell-dlist' 'haskell-fgl' 'haskell-polyparse' + 'haskell-temporary' 'haskell-wl-pprint-text') makedepends=('ghc') -source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('0b49c197ce048f49e7db780168cda6026fec52bde1edd81f8fa41b15a1c89e9b2af2a99cf7892f8b81718d31bd21d207c4b3826cd9e24d29363beb97db99229c') +source=("$pkgname-$_commit.tar.gz::https://github.com/ivan-m/graphviz/archive/$_commit.tar.gz") +sha512sums=('8c779152cb34b7a1732ffdb7886000ac8ec7a10aa36bbd5bcb0e09e78bac870ca1cdf1f9d54ec3fd1afa606351df01938b72e1a43c7e372b10a7e89ccdcbfdc1') +prepare() { + mv $_hkgname-{$_commit,$pkgver} +} + build() { cd "${srcdir}/${_hkgname}-${pkgver}"
