diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-05 06:13:57 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-05 06:13:57 (GMT) |
commit | b172f79fadb565ecfbcec9508f9377d8618a4f4c (patch) | |
tree | bf8823b07e3313c3afa000a9b31e4f9a735cb818 /abs/core/rsync/PKGBUILD | |
parent | f9d54ab7c3853208484e304bc6cf40ab0f79d400 (diff) | |
parent | 5e7027c6194237ca1dc5fcbb3648483a970fb500 (diff) | |
download | linhes_pkgbuild-b172f79fadb565ecfbcec9508f9377d8618a4f4c.zip linhes_pkgbuild-b172f79fadb565ecfbcec9508f9377d8618a4f4c.tar.gz linhes_pkgbuild-b172f79fadb565ecfbcec9508f9377d8618a4f4c.tar.bz2 |
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/core/rsync/PKGBUILD')
-rw-r--r-- | abs/core/rsync/PKGBUILD | 14 |
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') |