Date: Saturday, February 11, 2023 @ 02:19:42 Author: felixonmars Revision: 1399730
upgpkg: arch-hs 0.11.0.0-1 Modified: arch-hs/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-11 01:31:57 UTC (rev 1399729) +++ PKGBUILD 2023-02-11 02:19:42 UTC (rev 1399730) @@ -2,8 +2,8 @@ # Contributor: berberman <[email protected]> pkgname=arch-hs -pkgver=0.10.2.0 -pkgrel=113 +pkgver=0.11.0.0 +pkgrel=1 pkgdesc="Distribute hackage packages to archlinux" arch=('x86_64') url="https://github.com/berberman/arch-hs" @@ -14,9 +14,9 @@ 'haskell-microlens-th' 'haskell-neat-interpolation' 'haskell-optparse-simple' 'haskell-polysemy' 'haskell-prettyprinter' 'haskell-prettyprinter-ansi-terminal' 'haskell-servant-client' 'haskell-split' 'haskell-tar-conduit') -makedepends=('ghc' 'uusi') +makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('abfdbbeeba3c7d03e403f48047d9a8ac4342d95b8037b15eee1670be7f66b75caf91b346f6fe86228b5217b4ac470e969f3364c195ccd818784017495f6416d2') +sha512sums=('a0713c8db730072e77865bd6e80efb024d70bceb93914a58a9a11fed3d8112afeac8ad2a587bb7c2affb85db52467f83efc76ea0b08bd3cf5fc0b4ced9364915') _gen_comp(){ LD_LIBRARY_PATH="$PWD/dist/build" dist/build/arch-hs${1}/arch-hs${1} --bash-completion-script "/usr/bin/arch-hs${1}" > bash${1} @@ -30,11 +30,6 @@ install -D -m644 fish${1} "$pkgdir/usr/share/fish/vendor_completions.d/arch-hs${1}.fish" } -prepare() { - cd $pkgname-$pkgver - uusi -u aeson -u algebraic-graphs -u megaparsec -u polysemy $pkgname.cabal -} - build() { cd $pkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
