summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAshley Towns2015-12-04 15:49:26 +1100
committerAshley Towns2015-12-04 15:49:26 +1100
commiteac287523eb2c033d26c8fb851daf3b2aa756f4a (patch)
treeb99149215d0079ff60901709f3fbd5958b6ef4b9 /PKGBUILD
parentb579830981f10b3f56793a7a38bb4d0df2dab449 (diff)
downloadaur-eac287523eb2c033d26c8fb851daf3b2aa756f4a.tar.gz
add clang as a dependency, remove readline
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e0ef0862509..5876153e6070 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="The Swift programming language, the binary drops from the official webs
arch=('x86_64')
url="https://swift.org"
license=('apache')
-depends=('icu55' 'ncurses5-compat-libs' 'libedit' 'python2' 'readline' 'libutil-linux' 'libbsd')
+depends=('icu55' 'ncurses5-compat-libs' 'libedit' 'python2', 'libutil-linux' 'libbsd', 'clang')
conflicts=('lldb')
options=('!strip')