From 1c92b543179ba34eecda12ea924912b2a5cf7c30 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 17 Mar 2014 11:41:13 +0100 Subject: [PATCH] chroot-patch: revbump to build new xbps vpkg files. --- srcpkgs/chroot-patch/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/chroot-patch/template b/srcpkgs/chroot-patch/template index ce1ee0806d5..04c0efbae90 100644 --- a/srcpkgs/chroot-patch/template +++ b/srcpkgs/chroot-patch/template @@ -1,13 +1,13 @@ # Template file for 'chroot-patch' pkgname=chroot-patch version=2.7.1 -revision=3 +revision=4 wrksrc="patch-${version}" bootstrap=yes build_style=gnu-configure configure_args="--disable-xattr" conflicts="patch>=0" -provides="patch-${version}" +provides="patch-${version}_${revision}" short_desc="Patch files using diff output -- for xbps-src use" maintainer="Juan RP " homepage="http://savannah.gnu.org/projects/patch/"