summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshley Towns2015-12-04 19:02:05 +1100
committerAshley Towns2015-12-04 19:02:05 +1100
commit8094e77c19a10e5ae809d2bc060cefb4f88a6b28 (patch)
treedc76f834f0cb0496fcc37bbb4d092fc31585e5d0
parent8c6fac418acf8dd94d28487c164ea20f077b3e85 (diff)
downloadaur-8094e77c19a10e5ae809d2bc060cefb4f88a6b28.tar.gz
added libtinfo as a dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54b4410782ac..f0cebc2287cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = swift-language-bin
depends = libutil-linux
depends = libbsd
depends = clang
+ depends = libtinfo
conflicts = lldb
options = !strip
source = https://swift.org/builds/ubuntu1510/swift-2.2-SNAPSHOT-2015-12-01-b/swift-2.2-SNAPSHOT-2015-12-01-b-ubuntu15.10.tar.gz
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')