summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryoungunix2017-03-31 21:07:44 -0400
committeryoungunix2017-03-31 21:07:44 -0400
commit0020af4c9e03072c342d25880a40576219f05569 (patch)
treea2fec1e569e8b646f15c28abbea20a2e5ab86235
parentaef71a5f3f937bcaec3114382d8ceccb88295203 (diff)
downloadaur-0020af4c9e03072c342d25880a40576219f05569.tar.gz
version update
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d60cf59ab041..cc1e9a3e5238 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,6 @@ pkgbase = swift-bin
depends = libutil-linux
depends = libbsd
depends = clang
- depends = libtinfo5
depends = python2-six
depends = libxml2
provides = swift-language
diff --git a/PKGBUILD b/PKGBUILD
index 651722dc9ada..5b2ddbc381eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Official binary builds of the Swift programming language."
arch=('x86_64')
url="https://swift.org"
license=('apache')
-depends=('icu55' 'ncurses5-compat-libs' 'libedit' 'python2' 'libutil-linux' 'libbsd' 'clang' 'libtinfo5' 'python2-six' 'libxml2')
+depends=('icu55' 'ncurses5-compat-libs' 'libedit' 'python2' 'libutil-linux' 'libbsd' 'clang' 'python2-six' 'libxml2')
conflicts=('lldb' 'swift-language-git')
options=('!strip')
validpgpkeys=('A3BAFD3556A59079C06894BD63BC1CFE91D306C6')