summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsoloturn2020-09-29 10:10:44 +0200
committersoloturn2020-09-29 10:10:44 +0200
commit8a4c6a10d42a7d2af13da68f0d6ee7c3db988d42 (patch)
tree7f15f0ac4a2ddcbdd53a83bb1df6ad627b380dff /PKGBUILD
parent3ce0f6c971540dc11d5884866deb3422cdbb52b9 (diff)
downloadaur-8a4c6a10d42a7d2af13da68f0d6ee7c3db988d42.tar.gz
add rsync, swift-driver build-script helper needs it
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dab4a546d8b7..fbdb2007838a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ url="https://swift.org/"
license=('apache2')
groups=()
depends=('icu' 'libedit' 'libxml2' 'swig' 'python' 'libbsd' 'ncurses' )
-makedepends=('clang' 'cmake' 'git' 'ninja' 'python-six' 'python2')
+makedepends=('clang' 'cmake' 'git' 'ninja' 'python-six' 'python2' 'rsync')
provides=('swift-language')
conflicts=('swift-language-bin')
replaces=()