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

Pierre Schmitz pierre at nymeria.archlinux.org
Sun Sep 29 07:33:17 UTC 2013


    Date: Sunday, September 29, 2013 @ 09:33:17
  Author: pierre
Revision: 195249

upgpkg: rsync 3.1.0-1

Modified:
  rsync/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-29 04:45:52 UTC (rev 195248)
+++ PKGBUILD	2013-09-29 07:33:17 UTC (rev 195249)
@@ -1,18 +1,20 @@
 # $Id$
 
 pkgname=rsync
-pkgver=3.0.9
-pkgrel=6
+pkgver=3.1.0
+pkgrel=1
 pkgdesc="A file transfer program to keep remote files in sync"
 arch=('i686' 'x86_64')
 url="http://samba.anu.edu.au/rsync/"
 license=('GPL3')
-depends=('perl')
+depends=('perl' 'popt')
 backup=('etc/rsyncd.conf' 'etc/xinetd.d/rsync')
 source=("http://rsync.samba.org/ftp/rsync/$pkgname-$pkgver.tar.gz"
+        "http://rsync.samba.org/ftp/rsync/$pkgname-$pkgver.tar.gz.asc"
         'rsyncd.conf' 'rsync.xinetd' 'rsyncd.service'
         'rsyncd.socket' 'rsyncd at .service')
-md5sums=('5ee72266fe2c1822333c407e1761b92b'
+md5sums=('3be148772a33224771a8d4d2a028b132'
+         'SKIP'
          'bce64d122a8e0f86872a4a21a03bc7f3'
          'ea3e9277dc908bc51f9eddc0f6b935c1'
          '084140868d38cf3e937a2db716d47c0f'
@@ -21,7 +23,10 @@
 
 build() {
 	cd "$srcdir/$pkgname-$pkgver"
-	./configure --prefix=/usr --with-included-popt
+	./configure --prefix=/usr \
+		--with-included-popt=no \
+		--with-included-zlib=no \
+		--disable-debug
 	make
 }
 




More information about the arch-commits mailing list