Date: Wednesday, June 29, 2022 @ 07:54:39 Author: felixonmars Revision: 1239878
upgpkg: haskell-vector-builder 0.3.8.4-1 Modified: haskell-vector-builder/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-29 07:53:39 UTC (rev 1239877) +++ PKGBUILD 2022-06-29 07:54:39 UTC (rev 1239878) @@ -3,18 +3,23 @@ _hkgname=vector-builder pkgname=haskell-vector-builder -pkgver=0.3.8.3 -pkgrel=61 +pkgver=0.3.8.4 +pkgrel=1 pkgdesc="Vector builder" url="https://github.com/nikita-volkov/vector-builder" license=("MIT") arch=('x86_64') depends=('ghc-libs' 'haskell-vector') -makedepends=('ghc' 'haskell-quickcheck' 'haskell-attoparsec' 'haskell-quickcheck-instances' +makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-attoparsec' 'haskell-quickcheck-instances' 'haskell-rerebase' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('04ec9ce93275bf4554d97e18bd5f22245f4e05bb4aac998234eef4ae2f2ae1ef0479b34a38c75c33bd928187c397d7bd559d390fa12859994e9ecd1b9ba7f9e2') +sha512sums=('b74a6b132b91fce38b69ba61223e5eaaca6350c1e9b08127c024daa9f7232663e1ad6382b6b30eac594fdea91085ed25b0c9fc3baac01592a6ad3fe71ae22ee2') +prepare() { + cd $_hkgname-$pkgver + gen-setup +} + build() { cd $_hkgname-$pkgver
