diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-07 06:24:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-07 06:25:28 +0000 |
commit | 2a5cf041f373bc011474c82c239040cf2f488bc0 (patch) | |
tree | c7a6da00dc4d8b6a54921808b41bcbeaa68c60b1 /testing/lua5.2-json4 | |
parent | f67208ed311f6af58e07a75f085cc3fe89944177 (diff) | |
download | aports-2a5cf041f373bc011474c82c239040cf2f488bc0.tar.bz2 aports-2a5cf041f373bc011474c82c239040cf2f488bc0.tar.xz |
testing/lua5.2-json4: dont depend on lua
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() { |