Date: Tuesday, June 14, 2022 @ 18:41:40 Author: felixonmars Revision: 1237902
upgpkg: arch-hs 0.10.2.0-1 Modified: arch-hs/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-14 18:41:06 UTC (rev 1237901) +++ PKGBUILD 2022-06-14 18:41:40 UTC (rev 1237902) @@ -2,8 +2,8 @@ # Contributor: berberman <[email protected]> pkgname=arch-hs -pkgver=0.10.1.0 -pkgrel=49 +pkgver=0.10.2.0 +pkgrel=1 pkgdesc="Distribute hackage packages to archlinux" arch=('x86_64') url="https://github.com/berberman/arch-hs" @@ -16,7 +16,7 @@ 'haskell-servant-client' 'haskell-split' 'haskell-tar-conduit') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('6eb1456a005616fcdec8802d4de40bb950f35c4583684a386767f21419ceb9be2804672655b48cf0163ab141be41ad73fe2370872ac0881224caec9d44e91d44') +sha512sums=('abfdbbeeba3c7d03e403f48047d9a8ac4342d95b8037b15eee1670be7f66b75caf91b346f6fe86228b5217b4ac470e969f3364c195ccd818784017495f6416d2') _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}
