summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrougnouf (Benoit Brummer)2021-02-01 12:19:44 +0100
committertrougnouf (Benoit Brummer)2021-02-01 12:19:44 +0100
commitb33ddbb47290fdb3cdb18397fb9bb5f86aa6de92 (patch)
treecefb22cee31560c0ddb2dc0775129ca00b777bdc
parent71f54ddeacae42250f7b06418b4c6b310a4ad7c2 (diff)
downloadaur-b33ddbb47290fdb3cdb18397fb9bb5f86aa6de92.tar.gz
add lua,lua53 to makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b30b8aee76b..ccfc322daea0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = lua-luajson
pkgdesc = JSON parser/encoder for Lua
pkgver = 1.3.4
- pkgrel = 7
+ pkgrel = 8
url = https://www.eharning.us/wiki/luajson/
arch = any
license = MIT
+ makedepends = lua
+ makedepends = lua53
source = https://github.com/harningt/luajson/archive/1.3.4.tar.gz
sha1sums = 2ea25e4147ad661ff3b6d0427439bf99c06eb46d
diff --git a/PKGBUILD b/PKGBUILD
index 590f48338561..b2a590642238 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,12 @@ _name=luajson
pkgbase=lua-${_name}
pkgname=("${pkgbase}" "lua53-${_name}")
pkgver=1.3.4
-pkgrel=7
+pkgrel=8
pkgdesc="JSON parser/encoder for Lua"
url="https://www.eharning.us/wiki/${_name}/"
arch=(any)
license=(MIT)
+makedepends=('lua' 'lua53')
source=(https://github.com/harningt/${_name}/archive/$pkgver.tar.gz)
sha1sums=('2ea25e4147ad661ff3b6d0427439bf99c06eb46d')