Date: Saturday, October 1, 2022 @ 19:29:09
  Author: felixonmars
Revision: 1320190

upgpkg: haskell-graphviz 2999.20.1.0-158: rebuild with fgl 5.8.0.0

Modified:
  haskell-graphviz/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-01 19:28:42 UTC (rev 1320189)
+++ PKGBUILD    2022-10-01 19:29:09 UTC (rev 1320190)
@@ -4,7 +4,7 @@
 _hkgname=graphviz
 pkgname=haskell-graphviz
 pkgver=2999.20.1.0
-pkgrel=157
+pkgrel=158
 pkgdesc="Bindings to Graphviz for graph visualisation."
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")
@@ -11,10 +11,15 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-colour' 'haskell-dlist' 'haskell-fgl' 
'haskell-polyparse'
          'haskell-temporary' 'haskell-wl-pprint-text')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ivan-m/graphviz/archive/$pkgver.tar.gz";)
 
sha512sums=('9cd166f04565f9da56b93c6da49cc9f515a37762dd780e3868cf41c8d2b7709f627f0b60ecc31ce77249e38a53c74d1a989a9bfbf419f370cedf0c67526a9e7b')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u fgl $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     

Reply via email to