Date: Saturday, October 1, 2022 @ 19:24:14 Author: felixonmars Revision: 1320178
upgpkg: haskell-fgl 5.8.0.0-1: rebuild with fgl 5.8.0.0 Modified: haskell-fgl/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-01 19:23:45 UTC (rev 1320177) +++ PKGBUILD 2022-10-01 19:24:14 UTC (rev 1320178) @@ -3,22 +3,17 @@ _hkgname=fgl pkgname=haskell-fgl -pkgver=5.7.0.3 -pkgrel=154 +pkgver=5.8.0.0 +pkgrel=1 pkgdesc="Martin Erwig's Functional Graph Library" url="https://hackage.haskell.org/package/${_hkgname}" license=("BSD") arch=('x86_64') depends=('ghc-libs') -makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-quickcheck') +makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('f77ee1a66fe02b0a01e70b6fcb16baaba67be5433e4310bfb0862cec66855fc0413de586ca111e2e1569898b890fe93faf7c9f079dc569ca2d32b6c087762bbd') +sha512sums=('6d27cfc1e54a6090cacef61e6dd318d3f8f03252d8f71300110f1e843c76efb6aa91d541cfb7254351d689101e163f237a515c3ce8a5b1c825cfcbcd9203fd9c') -prepare() { - cd $_hkgname-$pkgver - uusi -u hspec $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
