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

Christian Hesse eworm at archlinux.org
Mon Oct 16 07:55:12 UTC 2017


    Date: Monday, October 16, 2017 @ 07:55:10
  Author: eworm
Revision: 308044

upgpkg: rsync 3.1.2-5

revert change and build with bundled zlib again (FS#5600)

Modified:
  rsync/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-16 07:11:15 UTC (rev 308043)
+++ PKGBUILD	2017-10-16 07:55:10 UTC (rev 308044)
@@ -2,12 +2,12 @@
 
 pkgname=rsync
 pkgver=3.1.2
-pkgrel=4
+pkgrel=5
 pkgdesc="A file transfer program to keep remote files in sync"
 arch=('i686' 'x86_64')
 url="https://rsync.samba.org/"
 license=('GPL3')
-depends=('perl' 'popt' 'acl' 'zlib')
+depends=('perl' 'popt' 'acl')
 backup=('etc/rsyncd.conf' 'etc/xinetd.d/rsync')
 validpgpkeys=('0048C8B026D4C96F0E589C2F6C859FB14B96A8C5') # Wayne Davison <wayned at users.sourceforge.net>
 source=("https://rsync.samba.org/ftp/rsync/$pkgname-$pkgver.tar.gz"{,.asc}
@@ -26,9 +26,11 @@
 
 build() {
 	cd "$srcdir/$pkgname-$pkgver"
+
+	# rsync requires the bundled zlib to support old-style --compress
 	./configure --prefix=/usr \
 		--with-included-popt=no \
-		--with-included-zlib=no \
+		--with-included-zlib=yes \
 		--disable-debug
 	make
 }



More information about the arch-commits mailing list