Date: Monday, October 10, 2022 @ 13:53:03 Author: felixonmars Revision: 1325820
upgpkg: haskell-json-ast 0.3.1-252: rebuild with vector 0.13.0.0 Modified: haskell-json-ast/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-10 13:53:03 UTC (rev 1325819) +++ PKGBUILD 2022-10-10 13:53:03 UTC (rev 1325820) @@ -3,16 +3,21 @@ _hkgname=json-ast pkgname=haskell-json-ast pkgver=0.3.1 -pkgrel=251 +pkgrel=252 pkgdesc="Universal JSON AST datastructure" url="https://github.com/nikita-volkov/json-ast" license=('MIT') arch=('x86_64') depends=('ghc-libs' 'haskell-vector' 'haskell-scientific' 'haskell-unordered-containers') -makedepends=('ghc') +makedepends=('ghc' 'uusi') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) sha512sums=('f990fce176af4e63f702533b40ab3e64c38dc9a8815eddc4093a41060efffde2b3e88ebb1f6e10229f5026e15c26aa937de97a4f32ab1837efa5cab2371c7970') +prepare() { + cd $_hkgname-$pkgver + uusi -u vector $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
