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

Florian Pritz bluewind at archlinux.org
Sat Jan 9 16:18:49 UTC 2016


    Date: Saturday, January 9, 2016 @ 17:18:49
  Author: bluewind
Revision: 155798

upgpkg: rsnapshot 1.4.2-1

upstream update

Modified:
  rsnapshot/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-09 15:48:02 UTC (rev 155797)
+++ PKGBUILD	2016-01-09 16:18:49 UTC (rev 155798)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=rsnapshot
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc="A remote filesystem snapshot utility"
 arch=('any')
@@ -14,11 +14,11 @@
 license=('GPL')
 depends=('perl' 'rsync' 'openssh' 'perl-lchown')
 backup=('etc/rsnapshot.conf')
-source=("http://www.rsnapshot.org/downloads/${pkgname}-${pkgver}.tar.gz"
+source=("https://github.com/rsnapshot/rsnapshot/releases/download/$pkgver/${pkgname}-${pkgver}.tar.gz"
         'rsnapshot'
 		'0001-added-missing-back.patch'
 		"pod-fix.patch")
-md5sums=('5bbcc47f7ecf3272bc7d144623f772d1'
+md5sums=('860382f19e38fc649f9447397b54e442'
          '4cd16eaa51d58a652cffde945985e91c'
          'a7075d9366eda5e699be86f7ffe8246e'
          '0d889cbef6fddf8401611bc16ed63c5c')
@@ -37,6 +37,11 @@
 	make
 }
 
+check() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make test
+}
+
 package() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 



More information about the arch-commits mailing list