[arch-commits] Commit in rsnapshot/trunk (PKGBUILD pod-fix.patch)

Florian Pritz bluewind at archlinux.org
Mon Jul 6 18:56:16 UTC 2015


    Date: Monday, July 6, 2015 @ 20:56:15
  Author: bluewind
Revision: 136479

upgpkg: rsnapshot 1.4.0-1

upstream update

Added:
  rsnapshot/trunk/pod-fix.patch
Modified:
  rsnapshot/trunk/PKGBUILD

---------------+
 PKGBUILD      |   13 ++++++++-----
 pod-fix.patch |   11 +++++++++++
 2 files changed, 19 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-06 18:52:03 UTC (rev 136478)
+++ PKGBUILD	2015-07-06 18:56:15 UTC (rev 136479)
@@ -6,8 +6,8 @@
 # Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=rsnapshot
-pkgver=1.3.1
-pkgrel=5
+pkgver=1.4.0
+pkgrel=1
 pkgdesc="A remote filesystem snapshot utility"
 arch=('any')
 url="http://www.rsnapshot.org"
@@ -16,15 +16,18 @@
 backup=('etc/rsnapshot.conf')
 source=("http://www.rsnapshot.org/downloads/${pkgname}-${pkgver}.tar.gz"
         'rsnapshot'
-		'0001-added-missing-back.patch')
-md5sums=('588f92995dcf60a6ea6df8d94a017e7e'
+		'0001-added-missing-back.patch'
+		"pod-fix.patch")
+md5sums=('4011768eb6ec122a0f9479275ed64a27'
          '4cd16eaa51d58a652cffde945985e91c'
-         'a7075d9366eda5e699be86f7ffe8246e')
+         'a7075d9366eda5e699be86f7ffe8246e'
+         '0d889cbef6fddf8401611bc16ed63c5c')
 
 prepare() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 
 	patch -p1 -i "$srcdir/0001-added-missing-back.patch"
+	patch -p1 -i "$srcdir/pod-fix.patch"
 }
 
 build() {

Added: pod-fix.patch
===================================================================
--- pod-fix.patch	                        (rev 0)
+++ pod-fix.patch	2015-07-06 18:56:15 UTC (rev 136479)
@@ -0,0 +1,11 @@
+--- a/rsnapshot-program.pl	2015-07-06 15:33:45.025758710 +0200
++++ b/rsnapshot-program.pl	2015-07-06 15:33:40.069069196 +0200
+@@ -7284,8 +7284,6 @@
+ 
+ =back
+ 
+-=back
+-
+ =head1 USAGE
+ 
+ B<rsnapshot> can be used by any user, but for system-wide backups



More information about the arch-commits mailing list