diff options
Diffstat (limited to 'main/lua-alt-getopt/APKBUILD')
-rw-r--r-- | main/lua-alt-getopt/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/lua-alt-getopt/APKBUILD b/main/lua-alt-getopt/APKBUILD index 20d15fc81b..589a978d53 100644 --- a/main/lua-alt-getopt/APKBUILD +++ b/main/lua-alt-getopt/APKBUILD @@ -2,9 +2,9 @@ _luaversions="5.1 5.2 5.3" pkgname=lua-alt-getopt pkgver=0.7 -pkgrel=7 +pkgrel=8 pkgdesc="Lua module for processing options similar to getopt_long(3)" -url="http://luaforge.net/projects/alt-getopt/" +url="https://github.com/LuaDist/alt-getopt" arch="noarch" license="MIT" depends="" |