summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuz Violeta2016-04-27 09:27:28 -0300
committerLuz Violeta2016-04-27 09:30:04 -0300
commita1c618779de8fae2395da8ec568711409ec00362 (patch)
treed19393e79afa76bfd49f4079bc47bf02d10cdc4f
parent79ae7bd9090240b0e8bca33e28c7a14588cb3986 (diff)
downloadaur-a1c618779de8fae2395da8ec568711409ec00362.tar.gz
Modified libtinfo as @jmastr 2016-04-21 comment pointed out about version break
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b34bf45ce247..999a7f317408 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = swift-bin
pkgdesc = The Swift programming language, the binary drops from the official website
pkgver = 2.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://swift.org
arch = x86_64
license = apache
@@ -12,7 +12,7 @@ pkgbase = swift-bin
depends = libutil-linux
depends = libbsd
depends = clang
- depends = libtinfo
+ depends = libtinfo-5
depends = python2-six
depends = libxml2
provides = swift-language
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')