summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43c46810ed53..52d22ac0f004 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,9 @@ pkgbase = lua-penlight-git
url = https://tieske.github.io/Penlight
arch = any
license = MIT
+ checkdepends = lua
+ checkdepends = lua-luacov
+ checkdepends = lua-filesystem
source = penlight::git+https://github.com/Tieske/Penlight.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c884a946dc83..9d555fd177de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@
_pkgname=penlight
pkgname=("lua-$_pkgname-git" "lua52-$_pkgname-git" "lua51-$_pkgname-git")
pkgver=1.7.0.r4.ge469fa0
-pkgrel=2
+pkgrel=3
pkgdesc='Lua libraries for on input data handling, functional programming, and OS interface'
url='https://tieske.github.io/Penlight'
arch=('any')
license=('MIT')
_lua_deps=('filesystem')
+checkdepends=('lua' 'lua-luacov' "${_lua_deps[@]/#/lua-}") # Luacov because of upstream bug since fixed, remove when bumping release
source=("$_pkgname::git+https://github.com/Tieske/Penlight.git")
sha256sums=('SKIP')