diff options
Diffstat (limited to 'testing/lua5.2-json4')
-rw-r--r-- | testing/lua5.2-json4/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/lua5.2-json4/APKBUILD b/testing/lua5.2-json4/APKBUILD index bd88f09159..fe4fd66e23 100644 --- a/testing/lua5.2-json4/APKBUILD +++ b/testing/lua5.2-json4/APKBUILD @@ -3,12 +3,12 @@ _luaver=5.2 pkgname=lua${_luaver}-json4 _name=json4lua pkgver=0.9.50 -pkgrel=0 +pkgrel=1 pkgdesc="JSON encoding / decoding module for Lua $_luaver (JSON4lua)" url="http://json.luaforge.net/" arch="noarch" license="GPL-2" -depends="lua" +depends="" source="http://files.luaforge.net/releases/json/json/$pkgver/json4lua-$pkgver.zip" build() { |