diff --git a/srcpkgs/xbps/template b/srcpkgs/xbps/template index eb106225cc..52f8f21566 100644 --- a/srcpkgs/xbps/template +++ b/srcpkgs/xbps/template @@ -1,9 +1,9 @@ # Template file for 'xbps' pkgname=xbps -version=0.16.5 -revision=2 +version=0.17 +revision=1 build_style=configure -configure_args="--prefix=/ --exec-prefix=/usr --with-pie --sbindir=/usr/sbin --with-tests" +configure_args="--prefix=/ --exec-prefix=/usr --sbindir=/usr/sbin --with-tests --with-static" depends="xbps-triggers" makedepends="which pkg-config zlib-devel proplib-devel>=0.6.1_3 openssl-devel libfetch-devel libarchive-devel confuse-devel atf-devel>=0.16" @@ -15,7 +15,7 @@ maintainer="Juan RP " homepage="http://code.google.com/p/xbps" license="Simplified BSD" distfiles="http://xbps.googlecode.com/files/xbps-$version.tar.gz" -checksum=ca5b0c87a4e28cc3788eeb37117406797d38a3fcd9d115d55607e046bbe916f3 +checksum=f3e9cb41fbb6075fc5cbc4403179e7ad5c07cd7b0092090f619807b950bfb371 long_desc=" The XBPS package system. A new, fast, from scratch and simple binary package manager. This package includes the binary utilities diff --git a/srcpkgs/xbps/xbps.rshlibs b/srcpkgs/xbps/xbps.rshlibs index f608e21640..4524f56461 100644 --- a/srcpkgs/xbps/xbps.rshlibs +++ b/srcpkgs/xbps/xbps.rshlibs @@ -1,3 +1,4 @@ +libarchive.so.12 libpthread.so.0 libprop.so.0 libc.so.6