diff options
Diffstat (limited to 'system/rsync/APKBUILD')
-rw-r--r-- | system/rsync/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/system/rsync/APKBUILD b/system/rsync/APKBUILD index 09b1d6515..e93da8552 100644 --- a/system/rsync/APKBUILD +++ b/system/rsync/APKBUILD @@ -1,12 +1,14 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> -# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> +# Maintainer: Kiyoshi Aman <adelie@aerdan.vulpine.house> pkgname=rsync pkgver=3.1.3 -pkgrel=0 -pkgdesc="A file transfer program to keep remote files in sync" +pkgrel=1 +pkgdesc="File transfer program to keep remote files in sync" url="https://rsync.samba.org/" arch="all" license="GPL-3.0+" +depends="" +checkdepends="fakeroot" makedepends="perl acl-dev attr-dev popt-dev" subpackages="$pkgname-doc $pkgname-openrc rrsync::noarch" source="https://download.samba.org/pub/$pkgname/$pkgname-$pkgver.tar.gz |