Date: Wednesday, May 8, 2019 @ 07:18:05 Author: felixonmars Revision: 462655
upgpkg: haskell-hslua 1.0.3-1 rebuild with hslua 1.0.3 Modified: haskell-hslua/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-08 07:16:45 UTC (rev 462654) +++ PKGBUILD 2019-05-08 07:18:05 UTC (rev 462655) @@ -3,8 +3,8 @@ _hkgname=hslua pkgname=haskell-hslua -pkgver=1.0.2 -pkgrel=12 +pkgver=1.0.3 +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=('da73af5e971694b987ae4c00e75d1e5cc7438e5a9be5d1b90c5c9364123223c9e6a958af86a5c4b67400e7e32f9a8feefd3a10d72eaf618a10164f9efb1c0ac1') +sha512sums=('2d0d97b75549695a163638eaa9ae59a29f28671da69be20e7f71935bac7e56be32575f6e7f10d4de59e44b27ce645919c48c8c74c32eb659cb59e15b7be55aa2') prepare() { sed -e '/, fail/d' \
