xbps: rebuild against atf-0.16.
This commit is contained in:
parent
afc83afb9d
commit
2f2ebdfd32
2 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'xbps'
|
||||
pkgname=xbps
|
||||
version=0.16.4
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=configure
|
||||
configure_args="--prefix=/ --exec-prefix=/usr --with-pie --sbindir=/usr/sbin --with-tests"
|
||||
depends="xbps-triggers"
|
||||
makedepends="which pkg-config zlib-devel proplib-devel openssl-devel
|
||||
libfetch-devel libarchive-devel confuse-devel atf-devel"
|
||||
libfetch-devel libarchive-devel confuse-devel atf-devel>=0.16"
|
||||
conf_files="/etc/xbps/xbps.conf"
|
||||
subpackages="libxbps libxbps-devel xbps-static xbps-tests"
|
||||
replaces="xbps>=0"
|
||||
|
|
|
@ -2,3 +2,4 @@ libprop.so.0
|
|||
libxbps.so.0
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libatf-c.so.0
|
||||
|
|
Loading…
Reference in a new issue