Date: Tuesday, May 25, 2021 @ 17:28:33 Author: felixonmars Revision: 946178
upgpkg: arch-hs 0.9.0.0-1 Modified: arch-hs/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-25 16:41:30 UTC (rev 946177) +++ PKGBUILD 2021-05-25 17:28:33 UTC (rev 946178) @@ -2,8 +2,8 @@ # Contributor: berberman <[email protected]> pkgname=arch-hs -pkgver=0.8.0.0 -pkgrel=38 +pkgver=0.9.0.0 +pkgrel=1 pkgdesc="Distribute hackage packages to archlinux" arch=('x86_64') url="https://github.com/berberman/arch-hs" @@ -11,12 +11,12 @@ depends=('ghc-libs' 'pacman' 'haskell-diff' 'haskell-aeson' 'haskell-algebraic-graphs' 'haskell-arch-web' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-hackage-db' 'haskell-http-client' 'haskell-http-client-tls' 'haskell-megaparsec' 'haskell-microlens' - 'haskell-microlens-th' 'haskell-neat-interpolation' 'haskell-optparse-applicative' + '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') source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('47a8fe2039ec0c2640da4e054274db01b81c1854f5e9717fee6655e747ce6a4316d590dea27035a1af928a08e450d51e2fe8ccc458063b49042a114d0046b8f8') +sha512sums=('34b2dc3e927ffccdb943cff5d64b19b85e9d63c43edb7da21c51dc440f41f5aa1abc81c890571638854fb6e7726a86d6e5d8f053ac1668365a4d235651f18bee') _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} @@ -46,7 +46,7 @@ _gen_comp _gen_comp "-diff" - _gen_comp "-submit" + _gen_comp "-sync" } package() { @@ -59,5 +59,5 @@ _install_comp _install_comp "-diff" - _install_comp "-submit" + _install_comp "-sync" }
