lua54: -devel only depends on self.

Only the lua binary depends on libreadline and ncurses, not the library,
so lua54-devel doesn't need to depend on their devel packages.

While we are here, remove ncurses-devel from makedepends, since it's no
longer used by the lua build system (this doesn't make a huge
difference, because readline-devel still pulls it in).
This commit is contained in:
Érico Nogueira 2021-05-18 23:49:53 -03:00 committed by Érico Nogueira Rolim
parent 2460f86706
commit d7bb0801c6
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# Template file for 'lua54'
pkgname=lua54
version=5.4.3
revision=1
revision=2
wrksrc=lua-${version}
makedepends="ncurses-devel readline-devel"
makedepends="readline-devel"
short_desc="Powerful, fast, lightweight, embeddable scripting language (5.4.x)"
maintainer="q66 <daniel@octaforge.org>"
license="MIT"
@ -53,7 +53,7 @@ do_install() {
}
lua54-devel_package() {
depends="${makedepends} lua54>=${version}_${revision}"
depends="lua54>=${version}_${revision}"
short_desc+=" - development files"
alternatives="
lua-devel:lua:/usr/share/doc/lua5.4