Date: Thursday, August 22, 2019 @ 05:50:44 Author: felixonmars Revision: 500469
upgpkg: haskell-hslua 1.0.3.2-1 rebuild with hslua 1.0.3.2 Modified: haskell-hslua/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-08-22 05:48:38 UTC (rev 500468) +++ PKGBUILD 2019-08-22 05:50:44 UTC (rev 500469) @@ -3,8 +3,8 @@ _hkgname=hslua pkgname=haskell-hslua -pkgver=1.0.3.1 -pkgrel=14 +pkgver=1.0.3.2 +pkgrel=1 pkgdesc="A Lua language interpreter embedding in Haskell" url="https://hackage.haskell.org/package/${_hkgname}" license=("MIT") @@ -13,7 +13,7 @@ makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-tasty' 'haskell-tasty-expected-failure' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('047bcf851727e7525f10f6c705ec8968f330373aedf22bc91c96a44e5abdced46622a66a87c7973eac178c69dd3371bbcf4b858ed3c442719279e4cac4e57657') +sha512sums=('2e047e32a55d0c9512388445ba318d7ceec85f467c89ad825cceb2c60b5b1dce10fa5f014009cb105f71d109fd66eca0c94b88d3a5e26a85ae0dc3e327606e38') prepare() { sed -e '/, fail/d' \
