xbps-src-utils: fix rshlibs and makedeps from previous.
This commit is contained in:
parent
53beea8a67
commit
8b875f8dc1
|
@ -4,7 +4,7 @@ version="$(date -u +%Y%m%d)"
|
|||
homepage="https://github.com/davehome/xbps-src-utils"
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr"
|
||||
makedepends="git pkg-config glib-devel libxbps-devel"
|
||||
makedepends="git pkg-config vala-devel glib-devel libgee-devel libxbps-devel"
|
||||
revision=3
|
||||
short_desc="Various tools for xbps-src in C (like repo-checkvers)"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
libc.so.6
|
||||
libdl.so.2
|
||||
libpthread.so.0
|
||||
libgio-2.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libglib-2.0.so.0
|
||||
libprop.so.0
|
||||
libxbps.so.0
|
||||
|
|
Loading…
Reference in New Issue