Date: Tuesday, March 31, 2020 @ 14:22:05 Author: felixonmars Revision: 608064
upgpkg: haskell-hslua 1.1.0-1: rebuild with hslua 1.1.0 Modified: haskell-hslua/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-31 14:18:11 UTC (rev 608063) +++ PKGBUILD 2020-03-31 14:22:05 UTC (rev 608064) @@ -3,8 +3,8 @@ _hkgname=hslua pkgname=haskell-hslua -pkgver=1.0.3.2 -pkgrel=25 +pkgver=1.1.0 +pkgrel=1 pkgdesc="A Lua language interpreter embedding in Haskell" url="https://hackage.haskell.org/package/${_hkgname}" license=("MIT") @@ -13,14 +13,8 @@ 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=('2e047e32a55d0c9512388445ba318d7ceec85f467c89ad825cceb2c60b5b1dce10fa5f014009cb105f71d109fd66eca0c94b88d3a5e26a85ae0dc3e327606e38') +sha512sums=('57615fa1f25375f6201365ac3c2fad387f4433c58c386d76600b0d6ec03493e36153b675f2a1a78577a3e3eeba7c7ce7cadea9450371943ba643bea9e41ed2d5') -prepare() { - sed -e '/, fail/d' \ - -e 's/pkgconfig-depends: lua5.3/pkgconfig-depends: lua53/' \ - -i $_hkgname-$pkgver/$_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
