Date: Sunday, January 5, 2014 @ 19:28:38 Author: xyne Revision: 103411
upgpkg: reflector 2014-2 added rsync to optdeps Modified: reflector/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-01-05 18:24:33 UTC (rev 103410) +++ PKGBUILD 2014-01-05 18:28:38 UTC (rev 103411) @@ -1,12 +1,13 @@ #Maintainer: Xyne <ac xunilhcra enyx, backwards> pkgname=reflector pkgver=2014 -pkgrel=1 +pkgrel=2 pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman mirror list.' arch=(any) license=(GPL) url="http://xyne.archlinux.ca/projects/reflector" depends=(python3) +optdepends=('rsync: rate rsync mirrors') source=( http://xyne.archlinux.ca/projects/reflector/src/reflector-2014.tar.xz http://xyne.archlinux.ca/projects/reflector/src/reflector-2014.tar.xz.sig
