From 47c20245da040e8f62de22b6d171832974c08b88 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Wed, 5 Aug 2015 08:15:14 +0000 Subject: [PATCH] rsnapshot: update to 1.4.0. --- srcpkgs/rsnapshot/template | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/srcpkgs/rsnapshot/template b/srcpkgs/rsnapshot/template index 16ba81bcf57..8226e60b195 100644 --- a/srcpkgs/rsnapshot/template +++ b/srcpkgs/rsnapshot/template @@ -1,7 +1,7 @@ # Template file for 'rsnapshot' pkgname=rsnapshot -version=1.3.1 -revision=3 +version=1.4.0 +revision=1 build_style=gnu-configure hostmakedepends="perl rsync openssh" makedepends="perl-Lchown" @@ -13,12 +13,8 @@ maintainer="Juan RP " license="GPL-2" homepage="http://www.rsnapshot.org" distfiles="http://www.rsnapshot.org/downloads/${pkgname}-${version}.tar.gz" -checksum=94b6c77e40628935f42a191bdc28ad93b1f132fde456ee76ee87763f1eddc75e +checksum=222574fee2f59d0e3ef5da6e6dd0f445205fecfa7ca12ef821eb8a89cf4f2ca8 -post_extract() { - # Fix pod error. - sed -i 's/=head1 USAGE/=back\n\n&/' rsnapshot-program.pl -} post_install() { mv ${DESTDIR}/etc/rsnapshot.conf.default ${DESTDIR}/etc/rsnapshot.conf }