diff --git a/srcpkgs/xbps/template b/srcpkgs/xbps/template index 05460a9513..611b767983 100644 --- a/srcpkgs/xbps/template +++ b/srcpkgs/xbps/template @@ -1,6 +1,7 @@ # Template file for 'xbps' pkgname=xbps version=0.9.0 +revision=1 distfiles="http://xbps.googlecode.com/files/xbps-$version.tar.gz" build_style=configure configure_args="--prefix=/ --includedir=/usr/include @@ -21,6 +22,7 @@ conf_files="/etc/xbps-conf.plist" subpackages="$pkgname-static" replaces="xbps>=0" +Add_dependency run xbps-triggers Add_dependency run glibc Add_dependency run zlib Add_dependency run proplib diff --git a/srcpkgs/xbps/xbps-static.template b/srcpkgs/xbps/xbps-static.template index 9be127e788..c1c7a65481 100644 --- a/srcpkgs/xbps/xbps-static.template +++ b/srcpkgs/xbps/xbps-static.template @@ -6,8 +6,9 @@ long_desc="${long_desc} This package contains the static binaries and library, that can be used on any GNU/Linux distribution matching the architecture." -revision=1 +revision=2 replaces="xbps-static>=0" +Add_dependency run xbps-triggers do_install() {