Date: Friday, January 5, 2018 @ 12:49:47 Author: felixonmars Revision: 278943
upgpkg: haskell-hslua 0.9.5-1 rebuild with hslua,0.9.5 Modified: haskell-hslua/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-05 11:22:57 UTC (rev 278942) +++ PKGBUILD 2018-01-05 12:49:47 UTC (rev 278943) @@ -4,8 +4,8 @@ _hkgname=hslua pkgname=haskell-hslua -pkgver=0.9.3 -pkgrel=2 +pkgver=0.9.5 +pkgrel=1 pkgdesc="A Lua language interpreter embedding in Haskell" url="https://hackage.haskell.org/package/${_hkgname}" license=("MIT") @@ -14,7 +14,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=('b0d1703610b210a2c9e760aebf278d46b425f424bd9163a282284b1118818679ffb86f4b2a096f1515dd2cbbd9ded123a65c04749b64c16172828908395eb1e4') +sha512sums=('ca6f1e4112f2414e8eec8d206876dbcca1145d92e7198da5b1cb39055d3f9157a7c5a960b4db67b4d5fcfca4526be9dba4c6e300aa0dcf7c61b9c1563662b197') prepare() { sed -e '/, fail/d' \
