summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffcc06ed276e..fb4e5fff36ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = hererocks
pkgdesc = Tool for installing Lua and LuaRocks locally
pkgver = 0.25.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/luarocks/hererocks
arch = any
license = MIT
- depends = python-setuptools
- depends = python-importlib-metadata
+ makedepends = python-setuptools
+ depends = python
source = hererocks-0.25.1.tar.gz::https://github.com/luarocks/hererocks/archive/refs/tags/0.25.1.tar.gz
sha256sums = bd3769fb9f7ac944f67601575a6c0aad7118e89ebba418985a126c2412f1f9e0
diff --git a/PKGBUILD b/PKGBUILD
index 25f59a496c67..adb06af5eb8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,16 @@
pkgname=hererocks
pkgver=0.25.1
-pkgrel=2
+pkgrel=3
pkgdesc="Tool for installing Lua and LuaRocks locally"
arch=(any)
url="https://github.com/luarocks/hererocks"
license=(MIT)
-depends=(
+makedepends=(
python-setuptools
- python-importlib-metadata
+)
+depends=(
+ python
)
source=("$pkgname-$pkgver.tar.gz::https://github.com/luarocks/$pkgname/archive/refs/tags/$pkgver.tar.gz")