summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2017-09-23 21:26:56 +0200
committerFrederic Bezies2017-09-23 21:26:56 +0200
commit9d6bd3ea943d89181f67d76358b8c009e60f4d50 (patch)
tree62eaca704ebe3f3c2931996e776521a327b8fc92
parent78747ae173f65bd0e001d0b34bf4b4883ab8c8c2 (diff)
downloadaur-9d6bd3ea943d89181f67d76358b8c009e60f4d50.tar.gz
icu depend change
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad068ef9ebb6..9a07a43061c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
# Generated by mksrcinfo v8
-# Thu Sep 21 05:47:59 UTC 2017
+# Sat Sep 23 19:26:44 UTC 2017
pkgbase = swift-bin
pkgdesc = Official binary builds of the Swift programming language.
pkgver = 4.0
- pkgrel = 1
+ pkgrel = 2
url = https://swift.org
arch = x86_64
license = apache
- depends = icu55
+ depends = icu
depends = ncurses5-compat-libs
depends = libedit
depends = python2
diff --git a/PKGBUILD b/PKGBUILD
index 4588f568b068..d7cb8c854a5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
_version=4.0
pkgname=swift-bin
pkgver=${_version//-/.}
-pkgrel=1
+pkgrel=2
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' 'python2-six' 'libxml2')
+depends=('icu' 'ncurses5-compat-libs' 'libedit' 'python2' 'libutil-linux' 'libbsd' 'clang' 'python2-six' 'libxml2')
conflicts=('lldb' 'swift-language-git')
options=('!strip')
validpgpkeys=('5E4DF843FB065D7F7E24FBA2EF5430F071E1B235')