summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAshley Towns2015-12-04 19:02:05 +1100
committerAshley Towns2015-12-04 19:02:05 +1100
commit8094e77c19a10e5ae809d2bc060cefb4f88a6b28 (patch)
treedc76f834f0cb0496fcc37bbb4d092fc31585e5d0 /PKGBUILD
parent8c6fac418acf8dd94d28487c164ea20f077b3e85 (diff)
downloadaur-8094e77c19a10e5ae809d2bc060cefb4f88a6b28.tar.gz
added libtinfo as a dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6386b3cdd6bb..2a3d31dcf5f3 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' 'libutil-linux' 'libbsd' 'clang')
+depends=('icu55' 'ncurses5-compat-libs' 'libedit' 'python2' 'libutil-linux' 'libbsd' 'clang' 'libtinfo')
conflicts=('lldb')
options=('!strip')