Date: Wednesday, December 23, 2020 @ 17:16:42 Author: felixonmars Revision: 784983
upgpkg: arch-hs 0.6.0.0-1 Modified: arch-hs/trunk/PKGBUILD ----------+ PKGBUILD | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-23 17:10:22 UTC (rev 784982) +++ PKGBUILD 2020-12-23 17:16:42 UTC (rev 784983) @@ -2,19 +2,20 @@ # Contributor: berberman <[email protected]> pkgname=arch-hs -pkgver=0.5.0.0 -pkgrel=16 +pkgver=0.6.0.0 +pkgrel=1 pkgdesc="Distribute hackage packages to archlinux" arch=('x86_64') url="https://github.com/berberman/arch-hs" license=('MIT') -depends=('ghc-libs' 'pacman' 'haskell-aeson' 'haskell-req' 'haskell-hackage-db' 'haskell-megaparsec' - 'haskell-algebraic-graphs' 'haskell-conduit' 'haskell-tar-conduit' 'haskell-conduit-extra' - 'haskell-split' 'haskell-neat-interpolation' 'haskell-microlens' 'haskell-microlens-th' - 'haskell-polysemy' 'haskell-colourista' 'haskell-optparse-applicative') -makedepends=('ghc' 'uusi') +depends=('ghc-libs' 'pacman' 'haskell-aeson' 'haskell-diff' 'haskell-req' 'haskell-hackage-db' + 'haskell-megaparsec' 'haskell-algebraic-graphs' 'haskell-conduit' 'haskell-tar-conduit' + 'haskell-conduit-extra' 'haskell-split' 'haskell-neat-interpolation' 'haskell-microlens' + 'haskell-microlens-th' 'haskell-polysemy' 'haskell-optparse-applicative' + 'haskell-prettyprinter' 'haskell-prettyprinter-ansi-terminal') +makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('870e7438b37397880334b638671b0bef58ec9254938e71a0972aa54a49bca16f666c498ecce26066c75dbde2dd509a120023b338b03aa0136c12204823390dc7') +sha512sums=('b2dde6a04f704e8c68e3137465ad0b8e19d3154354f17e769c75fe8d5c38d383cc9b1d5ca58c47d6eb35ee09c0a32a4180fbe04f1d0f1a85d8052deccc4d61d8') _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} @@ -28,10 +29,6 @@ install -D -m644 bash${1} "$pkgdir/usr/share/fish/vendor_completions.d/arch-hs${1}.fish" } -prepare() { - uusi -u megaparsec $pkgname-$pkgver/$pkgname.cabal -} - build() { cd $pkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
