summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Smedstad2024-01-15 18:02:39 +0100
committerCarl Smedstad2024-01-15 18:02:39 +0100
commit46ec80763171be1d752d3926138ee3c52aa987d1 (patch)
tree82d925c49bd76a2b86f297f9a3e636b1c1caf780
parente64e6ef77382aacd78d9b46520227ebf8ec42b62 (diff)
downloadaur-46ec80763171be1d752d3926138ee3c52aa987d1.tar.gz
upgpkg: hererocks 0.25.1-6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5eb1a145fba4..82992652d7ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hererocks
- pkgdesc = Tool for installing Lua and LuaRocks locally
+ pkgdesc = Python script for installing Lua/LuaJIT and LuaRocks into a local directory
pkgver = 0.25.1
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/luarocks/hererocks
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 0975b6d022b7..d1ba9342e3a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=hererocks
pkgver=0.25.1
-pkgrel=5
-pkgdesc="Tool for installing Lua and LuaRocks locally"
+pkgrel=6
+pkgdesc="Python script for installing Lua/LuaJIT and LuaRocks into a local directory"
arch=(any)
url="https://github.com/luarocks/hererocks"
license=(MIT)
@@ -34,7 +34,7 @@ build() {
check() {
cd "$_archive"
- python -m pytest \
+ pytest \
--deselect test/cli_test.py::TestCLI::test_install_latest_lua_with_latest_luarocks \
--deselect test/cli_test.py::TestCLI::test_install_latest_lua_with_luarocks_from_git \
--deselect test/cli_test.py::TestCLI::test_install_lua_5_1_without_compat_without_readline_with_old_luarocks \