[arch-commits] Commit in haskell-hslua/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Tue Jun 30 04:42:16 UTC 2020


    Date: Tuesday, June 30, 2020 @ 04:42:15
  Author: foutrelis
Revision: 657048

Depend on lua53 for Lua 5.4 rebuild

Modified:
  haskell-hslua/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-30 04:17:47 UTC (rev 657047)
+++ PKGBUILD	2020-06-30 04:42:15 UTC (rev 657048)
@@ -9,7 +9,7 @@
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("MIT")
 arch=('x86_64')
-depends=('ghc-libs' 'lua')
+depends=('ghc-libs' 'lua53')
 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")



More information about the arch-commits mailing list