libvaladoc: depends on vala explicitly

Otherwise, xbps-install complains about unresolved shlib.
This commit is contained in:
Đoàn Trần Công Danh 2021-01-08 08:37:48 +07:00
parent 6e4b981ab0
commit 798ff0144f
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
pkgname=valadoc
# Should be kept in sync with 'vala' (shared distfiles)
version=0.50.0
revision=2
revision=3
wrksrc="vala-${version}"
build_style=gnu-configure
configure_args="--with-cgraph=yes"
@ -31,6 +31,7 @@ do_install() {
libvaladoc_package() {
short_desc+=" - shared library"
depends="vala>=${version}"
pkg_install() {
vmove "usr/lib/libvaladoc-*.so.*"
vmove "usr/lib/valadoc-${version%.*}"