diff --git a/srcpkgs/xbps-git/INSTALL b/srcpkgs/xbps-git/INSTALL new file mode 100644 index 0000000000..6c416b4a6f --- /dev/null +++ b/srcpkgs/xbps-git/INSTALL @@ -0,0 +1,12 @@ +case "${ACTION}" in +post) + cat <<_EOF +===================================================================== + +Don't forget to run 'xbps-pkgdb [-r rootdir] -a' to update the pkg +metadata format to 0.18. + +===================================================================== +_EOF + ;; +esac diff --git a/srcpkgs/xbps-git/template b/srcpkgs/xbps-git/template index 3408aeb394..41b6e79232 100644 --- a/srcpkgs/xbps-git/template +++ b/srcpkgs/xbps-git/template @@ -1,15 +1,15 @@ # Template file for 'xbps-git' pkgname=xbps-git version="$(date -u +%Y%m%d)" -revision=1 +revision=2 nofetch=yes noextract=yes build_style=configure configure_args="--prefix=/ --exec-prefix=/usr --sbindir=/usr/sbin ---with-static --with-tests" + --with-static --with-tests" depends="xbps-triggers libxbps>=${version}" makedepends="git which pkg-config zlib-devel proplib-devel openssl-devel -libarchive-devel libfetch-devel confuse-devel atf-devel>=0.16" + libarchive-devel libfetch-devel confuse-devel atf-devel>=0.16" conf_files="/etc/xbps/xbps.conf" subpackages="libxbps-git libxbps-devel-git xbps-tests-git xbps-static-git" provides="xbps-${version}"