Date: Thursday, July 7, 2022 @ 21:55:36 Author: felixonmars Revision: 1248359
upgpkg: haskell-hslua-module-text 1.0.1-27: rebuild with citeproc 0.7, doclayout 0.4, hslua 2.2.0, hslua-aeson 2.2.0, hslua-classes 2.2.0, hslua-core 2.2.0, hslua-marshalling 2.2.0, hslua-objectorientation 2.2.0, hslua-packaging 2.2.0, lua 2.2.0, pandoc 2.18 Modified: haskell-hslua-module-text/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-07 21:54:51 UTC (rev 1248358) +++ PKGBUILD 2022-07-07 21:55:36 UTC (rev 1248359) @@ -4,16 +4,21 @@ _hkgname=hslua-module-text pkgname=haskell-hslua-module-text pkgver=1.0.1 -pkgrel=26 +pkgrel=27 pkgdesc="Lua module for text" url="https://github.com/hslua/hslua-module-text" license=("MIT") arch=('x86_64') depends=('ghc-libs' 'haskell-hslua-core' 'haskell-hslua-marshalling' 'haskell-hslua-packaging') -makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-lua') +makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-lua') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('6dbe21f6a3b4f75428e1cad69c79b4da5783e655635a740f44616898ec872e5bd58ee1f9f5c5d5ac415fc08e7bda9f7f0485b36dd759f35fe44e2cc1c8f9efef') +prepare() { + cd $_hkgname-$pkgver + uusi -u hslua-core -u hslua-marshalling -u hslua-packaging $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
