diff --git a/main/lua-dns/APKBUILD b/main/lua-dns/APKBUILD index 20348509e85..b1e47aefb43 100644 --- a/main/lua-dns/APKBUILD +++ b/main/lua-dns/APKBUILD @@ -1,11 +1,11 @@ # Maintainer: Natanael Copa pkgname=lua-dns pkgver=20080404 -pkgrel=3 +pkgrel=4 pkgdesc="a DNS client library written in Lua using LuaSocket" url="https://github.com/abma/dns.lua" arch="noarch" -license="GPL" +license="Public Domain" depends="lua lua-socket" # Was found here: http://ztact.com/files/src/ztact-lua/ source="dns.lua ztact.lua" diff --git a/main/lua-file-magic/APKBUILD b/main/lua-file-magic/APKBUILD index 6af91f2ed9a..ef48e84d05f 100644 --- a/main/lua-file-magic/APKBUILD +++ b/main/lua-file-magic/APKBUILD @@ -1,11 +1,11 @@ # Maintainer: Natanael Copa pkgname=lua-file-magic pkgver=0.2 -pkgrel=4 +pkgrel=5 pkgdesc="Lua binding to libmagic" url="https://github.com/ncopa/lua-file-magic" arch="all" -license="LGPL" +license="MIT" depends="lua" makedepends="file-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/ncopa/lua-file-magic/archive/v$pkgver.tar.gz" diff --git a/main/lua-openrc/APKBUILD b/main/lua-openrc/APKBUILD index 65ec79d64f8..df1d329fbff 100644 --- a/main/lua-openrc/APKBUILD +++ b/main/lua-openrc/APKBUILD @@ -2,11 +2,11 @@ _luaversions="5.1 5.2 5.3 5.4" pkgname=lua-openrc pkgver=0.2 -pkgrel=5 +pkgrel=6 pkgdesc="Lua module for OpenRC" url="https://github.com/ncopa/lua-openrc" arch="all" -license="GPL" +license="GPL-2.0-only" makedepends="openrc-dev bsd-compat-headers" for _i in $_luaversions; do makedepends="$makedepends lua$_i-dev" diff --git a/main/lua-stdlib/APKBUILD b/main/lua-stdlib/APKBUILD index dd90fcd39d5..0afd5798162 100644 --- a/main/lua-stdlib/APKBUILD +++ b/main/lua-stdlib/APKBUILD @@ -2,11 +2,11 @@ _luaversions="5.1 5.2 5.3 5.4" pkgname=lua-stdlib pkgver=41.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="Lua library of modules for common programming tasks" url="https://github.com/lua-stdlib/lua-stdlib" arch="noarch" -license="MIT/X" +license="MIT" makedepends="autoconf automake" subpackages="$pkgname-doc" for _v in $_luaversions; do diff --git a/main/lua-subprocess/APKBUILD b/main/lua-subprocess/APKBUILD index b36260ad001..d9a713502ab 100644 --- a/main/lua-subprocess/APKBUILD +++ b/main/lua-subprocess/APKBUILD @@ -4,11 +4,11 @@ _luaversions="5.1 5.2" pkgname=lua-subprocess pkgver=0.0.20141229 -pkgrel=5 +pkgrel=6 pkgdesc="A Lua module written in C that allows you to create child processes and communicate with them" url="https://github.com/tdtrask/lua-subprocess" arch="all" -license="AS-IS" +license="MIT" makedepends="$depends_dev asciidoc" for _i in $_luaversions; do makedepends="$makedepends lua$_i-dev"