Date: Friday, March 26, 2021 @ 12:29:09 Author: felixonmars Revision: 904473
upgpkg: haskell-vector-builder 0.3.8.1-5: rebuild with attoparsec 0.14.1 Modified: haskell-vector-builder/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-26 12:23:34 UTC (rev 904472) +++ PKGBUILD 2021-03-26 12:29:09 UTC (rev 904473) @@ -4,17 +4,22 @@ _hkgname=vector-builder pkgname=haskell-vector-builder pkgver=0.3.8.1 -pkgrel=4 +pkgrel=5 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=('019d357b85d8d06868acffeb9be20f36b7dcee53c819e2e1fc6759ffae2c9ebc2174dbc498e4c57a491faaa5f39d301079c91d1df397362ff391ed893deb3362') +prepare() { + cd $_hkgname-$pkgver + uusi -u attoparsec $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
