summaryrefslogtreecommitdiffstats
path: root/abs/core/rsync/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/rsync/PKGBUILD')
-rw-r--r--abs/core/rsync/PKGBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/abs/core/rsync/PKGBUILD b/abs/core/rsync/PKGBUILD
index d9f2968..23fb9d0 100644
--- a/abs/core/rsync/PKGBUILD
+++ b/abs/core/rsync/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=rsync
-pkgver=3.0.4
-pkgrel=2
+pkgver=3.0.7
+pkgrel=1
pkgdesc="A file transfer program to keep remote files in sync"
arch=('i686' 'x86_64')
url="http://samba.anu.edu.au/rsync/"
@@ -9,12 +9,6 @@ depends=('acl')
backup=('etc/rsyncd.conf' 'etc/xinetd.d/rsync')
source=(http://rsync.samba.org/ftp/rsync/${pkgname}-${pkgver}.tar.gz \
rsyncd.conf rsyncd rsync.xinetd)
-md5sums=('2b2d159c9bd1b5f8adfd8b13da3a1f3f' '4395c0591638349b1a7aeaaa4da1f03a'\
- '9de4d03d49f4b5c73ffd67d452716a49' 'ea3e9277dc908bc51f9eddc0f6b935c1')
-sha1sums=('e89ed8d84fe0b6740208ba8183ee1dbc220ba5e5'
- '48be09294134dfed888818872fe552a59c29147a'
- 'ebec275bbd0c11692c91dc59368349601bd9eaf4'
- 'fdb99785bc87ee13d77aa90dc1804f3f75dd7fc1')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -27,3 +21,7 @@ build() {
install -D -m 644 ../rsyncd.conf ${pkgdir}/etc/rsyncd.conf || return 1
install -D -m 644 ../rsync.xinetd ${pkgdir}/etc/xinetd.d/rsync || return 1
}
+md5sums=('b53525900817cf1ba7ad3a516ab5bfe9'
+ '4395c0591638349b1a7aeaaa4da1f03a'
+ '9de4d03d49f4b5c73ffd67d452716a49'
+ 'ea3e9277dc908bc51f9eddc0f6b935c1')