aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lua-jsonschema/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/lua-jsonschema/APKBUILD')
-rw-r--r--testing/lua-jsonschema/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/lua-jsonschema/APKBUILD b/testing/lua-jsonschema/APKBUILD
index ae8373142ec..c46fa148939 100644
--- a/testing/lua-jsonschema/APKBUILD
+++ b/testing/lua-jsonschema/APKBUILD
@@ -2,15 +2,15 @@
pkgname=lua-jsonschema
_rockname=${pkgname#lua-}
pkgver=0.9
-pkgrel=0
+pkgrel=1
pkgdesc="Pure Lua JSON schema validator for Lua/LuaJIT"
-url="https://github.com/iresty/jsonschema"
+url="https://github.com/api7/jsonschema"
license="MIT"
arch="noarch"
depends="lua-net-url lua-rex-pcre"
makedepends="luarocks"
options="!check" # Test dependencies not available
-source="$_rockname-$pkgver.tar.gz::https://github.com/iresty/jsonschema/archive/v$pkgver.tar.gz"
+source="$_rockname-$pkgver.tar.gz::https://github.com/api7/jsonschema/archive/v$pkgver.tar.gz"
builddir="$srcdir/$_rockname-$pkgver"
_luaversions="5.1 5.2 5.3"