Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
haskell-lua
Commits:
1493dc06 by Antonio Rojas at 2026-03-05T23:17:35+01:00
upgpkg: 2.3.4-4: Depend on lua54
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-lua
pkgdesc = Lua, an embeddable scripting language
pkgver = 2.3.4
- pkgrel = 3
+ pkgrel = 4
url = https://hslua.org/
arch = x86_64
license = MIT
@@ -10,7 +10,7 @@ pkgbase = haskell-lua
makedepends = haskell-tasty
makedepends = haskell-tasty-hunit
depends = ghc-libs
- depends = lua
+ depends = lua54
source =
https://hackage.haskell.org/packages/archive/lua/2.3.4/lua-2.3.4.tar.gz
sha256sums =
54ec77f216459e72e3e1160da3433fc8af5d9e66a94805642bd79d41edbc52fe
=====================================
PKGBUILD
=====================================
@@ -4,12 +4,12 @@
_hkgname=lua
pkgname=haskell-lua
pkgver=2.3.4
-pkgrel=3
+pkgrel=4
pkgdesc="Lua, an embeddable scripting language"
url="https://hslua.org/"
license=("MIT")
arch=('x86_64')
-depends=('ghc-libs' 'lua')
+depends=('ghc-libs' 'lua54')
makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-hunit')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
sha256sums=('54ec77f216459e72e3e1160da3433fc8af5d9e66a94805642bd79d41edbc52fe')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-lua/-/commit/1493dc064feb344f4ed3c8186e75e0f7c74e7a43
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-lua/-/commit/1493dc064feb344f4ed3c8186e75e0f7c74e7a43
You're receiving this email because of your account on gitlab.archlinux.org.