From 43d1adcc51937cd02473dc348dafeafe4a86c10c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 14 Jan 2014 10:47:15 +0100 Subject: [PATCH] chroot-tar: update to 1.27.1. --- srcpkgs/chroot-tar/template | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/srcpkgs/chroot-tar/template b/srcpkgs/chroot-tar/template index 04a1502e4d..7d6bb54ac0 100644 --- a/srcpkgs/chroot-tar/template +++ b/srcpkgs/chroot-tar/template @@ -1,8 +1,11 @@ # Template build file for 'chroot-tar'. pkgname=chroot-tar -version=1.27 -revision=2 +version=1.27.1 +revision=1 wrksrc="tar-${version}" +bootstrap=yes +conflicts="tar>=0" +provides="tar-${version}_${revision}" build_style=gnu-configure configure_args="--disable-acl" homepage="http://www.gnu.org/software/tar/" @@ -10,12 +13,11 @@ license="GPL-3" short_desc="The GNU tape archiver -- for xbps-src use" maintainer="Juan RP " distfiles="http://ftp.gnu.org/gnu/tar/tar-$version.tar.xz" -checksum=1b2a6b4b9de6b48e9e994276197e1f18e512a9acf6f598905f0e481ca3f8245b - -bootstrap=yes -conflicts="tar>=0" -provides="tar-${version}_${revision}" +checksum=574210bccbcf9eec889f73234a63ad6863f5b8644ac1f3d7f13871372295b7c7 post_install() { rm -rf ${DESTDIR}/usr/share ${DESTDIR}/usr/libexec + if [ -f ${DESTDIR}/usr/lib/charset.alias ]; then + rm -f ${DESTDIR}/usr/lib/charset.alias + fi }