Date: Sunday, July 5, 2020 @ 19:06:00
  Author: eworm
Revision: 390888

upgpkg: rsync 3.2.2-1: new upstream release

Modified:
  rsync/trunk/PKGBUILD
Deleted:
  rsync/trunk/rsync.install

---------------+
 PKGBUILD      |    3 +--
 rsync.install |   14 --------------
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-07-05 18:04:08 UTC (rev 390887)
+++ PKGBUILD    2020-07-05 19:06:00 UTC (rev 390888)
@@ -2,7 +2,7 @@
 
 pkgname=rsync
 _tag='3c97e8e4e4c98a15e71146808692a6215bb6af1c' # git rev-parse v${pkgver}
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 pkgdesc='A fast and versatile file copying tool for remote and local files'
 arch=('x86_64')
@@ -13,7 +13,6 @@
 makedepends=('git' 'python-commonmark')
 backup=('etc/rsyncd.conf'
         'etc/xinetd.d/rsync')
-install=rsync.install
 validpgpkeys=('0048C8B026D4C96F0E589C2F6C859FB14B96A8C5') # Wayne Davison 
<way...@users.sourceforge.net>
 source=("git+https://github.com/WayneD/rsync#tag=${_tag}?signed";
         'rsyncd.conf')

Deleted: rsync.install
===================================================================
--- rsync.install       2020-07-05 18:04:08 UTC (rev 390887)
+++ rsync.install       2020-07-05 19:06:00 UTC (rev 390888)
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-post_upgrade() {
-  # return if old package version greater 3.1.99...
-  (( $(vercmp "$2" '3.1.99') > 0 )) && return 0
-
-  # return if neither service nor socket is enabled...
-  systemctl -q is-enabled rsyncd.service rsyncd.socket || return 0
-
-  echo ' > The rsync package now uses upstream systemd units, which also 
protect'
-  echo ' > home directories (/root and /home). If you need access use rsync'
-  echo ' > via ssh (recommended) or see the wiki for instructions to override:'
-  echo ' > https://wiki.archlinux.org/index.php/Rsync#rsync_daemon'
-}

Reply via email to