diff --git a/srcpkgs/rsync/template b/srcpkgs/rsync/template index b988f75e632..d96bea2c7ba 100644 --- a/srcpkgs/rsync/template +++ b/srcpkgs/rsync/template @@ -1,7 +1,7 @@ # Template file for 'rsync' pkgname=rsync -version=3.0.9 -revision=2 +version=3.1.0 +revision=1 build_style=gnu-configure hostmakedepends="perl" makedepends="zlib-devel acl-devel popt-devel" @@ -10,7 +10,7 @@ maintainer="Juan RP " license="GPL-3" homepage="http://samba.anu.edu.au/rsync/" distfiles="http://www.samba.org/ftp/rsync/src/rsync-$version.tar.gz" -checksum=30f10f8dd5490d28240d4271bb652b1da7a60b22ed2b9ae28090668de9247c05 +checksum=81ca23f77fc9b957eb9845a6024f41af0ff0c619b7f38576887c63fa38e2394e long_desc=" Rsync is a fast and extraordinarily versatile file copying tool for both remote and local files. @@ -24,6 +24,6 @@ long_desc=" rsync_package() { pkg_install() { - vmove usr + vmove all } }