vagrant: depend on rsync
This commit is contained in:
parent
2935126f12
commit
4dc00db8dd
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'vagrant'
|
||||
pkgname=vagrant
|
||||
version=2.2.5
|
||||
revision=1
|
||||
revision=2
|
||||
archs="i686 x86_64"
|
||||
hostmakedepends="ruby"
|
||||
makedepends="ruby-devel zlib-devel"
|
||||
depends="openssh curl bsdtar"
|
||||
depends="bsdtar curl openssh rsync"
|
||||
short_desc="Tool for building and distributing development environments"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Reference in a new issue