lutok: rebuild for lua53
This commit is contained in:
parent
795048c7c8
commit
6426eac05b
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'lutok'
|
||||
pkgname=lutok
|
||||
version=0.4
|
||||
revision=6
|
||||
revision=7
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-doxygen"
|
||||
hostmakedepends="pkg-config doxygen tar"
|
||||
makedepends="lua-devel"
|
||||
makedepends="lua53-devel"
|
||||
short_desc="Lightweight C++ API for Lua"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
|
@ -17,7 +17,7 @@ post_install() {
|
|||
vlicense COPYING
|
||||
}
|
||||
lutok-devel_package() {
|
||||
depends="lua-devel lutok>=${version}_${revision}"
|
||||
depends="lua53-devel lutok>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in New Issue