summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuz Violeta2016-04-27 09:27:28 -0300
committerLuz Violeta2016-04-27 09:30:04 -0300
commita1c618779de8fae2395da8ec568711409ec00362 (patch)
treed19393e79afa76bfd49f4079bc47bf02d10cdc4f /PKGBUILD
parent79ae7bd9090240b0e8bca33e28c7a14588cb3986 (diff)
downloadaur-a1c618779de8fae2395da8ec568711409ec00362.tar.gz
Modified libtinfo as @jmastr 2016-04-21 comment pointed out about version break
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8d69288b588..ed191b38f822 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_version=2.2.1
pkgname=swift-bin
pkgver=${_version//-/.}
-pkgrel=1
+pkgrel=2
pkgdesc="The Swift programming language, the binary drops from the official website"
arch=('x86_64')
url="https://swift.org"
license=('apache')
-depends=('icu55' 'ncurses5-compat-libs' 'libedit' 'python2' 'libutil-linux' 'libbsd' 'clang' 'libtinfo' 'python2-six' 'libxml2')
+depends=('icu55' 'ncurses5-compat-libs' 'libedit' 'python2' 'libutil-linux' 'libbsd' 'clang' 'libtinfo-5' 'python2-six' 'libxml2')
conflicts=('lldb' 'swift-language-git')
options=('!strip')
validpgpkeys=('1BE1E29A084CB305F397D62A9F597F4D21A56D5F')