[arch-commits] Commit in rsnapshot/trunk (PKGBUILD)

Florian Pritz bluewind at archlinux.org
Fri Dec 6 10:41:44 UTC 2019


    Date: Friday, December 6, 2019 @ 10:41:44
  Author: bluewind
Revision: 535792

upgpkg: rsnapshot 1.4.3-1: upstream update

Modified:
  rsnapshot/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-06 10:20:13 UTC (rev 535791)
+++ PKGBUILD	2019-12-06 10:41:44 UTC (rev 535792)
@@ -5,8 +5,8 @@
 # Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=rsnapshot
-pkgver=1.4.2
-pkgrel=3
+pkgver=1.4.3
+pkgrel=1
 pkgdesc="A remote filesystem snapshot utility"
 arch=('any')
 url="https://www.rsnapshot.org"
@@ -13,11 +13,11 @@
 license=('GPL')
 depends=('perl' 'rsync' 'openssh' 'perl-lchown')
 backup=('etc/rsnapshot.conf')
-source=("https://github.com/rsnapshot/rsnapshot/releases/download/$pkgver/${pkgname}-${pkgver}.tar.gz"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rsnapshot/rsnapshot/archive/$pkgver.tar.gz"
         'rsnapshot'
 		'0001-added-missing-back.patch'
 		"pod-fix.patch")
-md5sums=('860382f19e38fc649f9447397b54e442'
+md5sums=('87e2d528792540762a83c0c2d6369734'
          '4cd16eaa51d58a652cffde945985e91c'
          'a7075d9366eda5e699be86f7ffe8246e'
          '0d889cbef6fddf8401611bc16ed63c5c')
@@ -27,10 +27,15 @@
 
 	patch -p1 -i "$srcdir/0001-added-missing-back.patch"
 	patch -p1 -i "$srcdir/pod-fix.patch"
+
+	# SSH testing requires a local SSH daemon with a specific user and won't
+	# work reliably on different build hosts.
+	rm t/ssh_args/ssh_args.t.in
 }
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
+	./autogen.sh
 	./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
 	sed -i 's:/usr/bin/pod2man:/usr/bin/core_perl/pod2man:' Makefile
 	make



More information about the arch-commits mailing list