summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsoloturn2020-07-06 19:54:31 +0200
committersoloturn2020-07-06 19:54:31 +0200
commit740893b297f9f56b62205b627347acc4bed7619d (patch)
treed25fb9ea592167737d069567ec01c9e121a73b87
parentf5d2aef3c2a29d02bf9dc8da0d23013e7855e95d (diff)
downloadaur-740893b297f9f56b62205b627347acc4bed7619d.tar.gz
clang is necessary
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6cde41070e2e..e7ffbb295013 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ url="https://swift.org/"
license=('apache2')
groups=()
depends=('icu' 'libedit' 'libxml2' 'swig' 'python' 'libbsd' 'ncurses' )
-makedepends=('cmake' 'git' 'ninja' 'python-six')
+makedepends=('clang' 'cmake' 'git' 'ninja' 'python-six')
provides=('swift-language')
conflicts=('swift-language-bin')
replaces=()