summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKamran Mackey2016-11-08 20:00:41 -0700
committerKamran Mackey2016-11-08 20:00:41 -0700
commit667601f48d9823f0e3186d973abe86ea10235578 (patch)
tree950b5406a0f4c7579641f0a51537784e43a48c33
parent43803a7df145b3ab0d370fe6e8c5bcaace71347b (diff)
downloadaur-667601f48d9823f0e3186d973abe86ea10235578.tar.gz
Fixed icu problems
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc0013efe491..a04f3ec886ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
# Generated by mksrcinfo v8
-# Wed Nov 9 02:44:24 UTC 2016
+# Wed Nov 9 03:00:28 UTC 2016
pkgbase = swift-bin
pkgdesc = The Swift programming language, the binary drops from the official website
pkgver = 3.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://swift.org
arch = x86_64
license = apache
- depends = icu
+ depends = icu55
depends = ncurses5-compat-libs
depends = libedit
depends = python2
diff --git a/PKGBUILD b/PKGBUILD
index 02248dc8f644..9ed839be23c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_version=3.0.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=('icu' 'ncurses5-compat-libs' 'libedit' 'python2' 'libutil-linux' 'libbsd' 'clang' 'libtinfo5' '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=('A3BAFD3556A59079C06894BD63BC1CFE91D306C6')