Date: Sunday, January 20, 2019 @ 11:38:59 Author: felixonmars Revision: 425052
upgpkg: haskell-hslua 1.0.2-1 rebuild with hslua 1.0.2 Modified: haskell-hslua/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-20 11:34:02 UTC (rev 425051) +++ PKGBUILD 2019-01-20 11:38:59 UTC (rev 425052) @@ -3,8 +3,8 @@ _hkgname=hslua pkgname=haskell-hslua -pkgver=1.0.1 -pkgrel=10 +pkgver=1.0.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=('efb7e2c23f90a3900609f0b395984035f271e123ab1b74b804e96da301e1d44636f3ea24a60a797bdfb5b9becb865ab88e3e927d86fec35cf55b787a8502b694') +sha512sums=('da73af5e971694b987ae4c00e75d1e5cc7438e5a9be5d1b90c5c9364123223c9e6a958af86a5c4b67400e7e32f9a8feefd3a10d72eaf618a10164f9efb1c0ac1') prepare() { sed -e '/, fail/d' \
