summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuz Violeta2016-05-26 09:58:36 -0300
committerLuz Violeta2016-05-26 09:58:36 -0300
commit2643b5b6ac494dee04281f02141e660a7e045402 (patch)
treedc11f40bacd4a0a4d9e4ef571dc0d7f43d09a9e9
parentf6fe2a1110613cf4670a83f7c079b2c456f56e36 (diff)
downloadaur-2643b5b6ac494dee04281f02141e660a7e045402.tar.gz
Updated libtinfo because of rename
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0f441633598..684953c7cd75 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 = 3
+ pkgrel = 4
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-5
+ depends = libtinfo5
depends = python2-six
depends = libxml2
provides = swift-language
diff --git a/PKGBUILD b/PKGBUILD
index 407fadc8f8d8..d9373c21c06b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_version=2.2.1
pkgname=swift-bin
pkgver=${_version//-/.}
-pkgrel=3
+pkgrel=4
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-5' 'python2-six' 'libxml2')
+depends=('icu55' 'ncurses5-compat-libs' 'libedit' 'python2' 'libutil-linux' 'libbsd' 'clang' 'libtinfo5' 'python2-six' 'libxml2')
conflicts=('lldb' 'swift-language-git')
options=('!strip')
validpgpkeys=('1BE1E29A084CB305F397D62A9F597F4D21A56D5F')