summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederic Bezies2017-09-24 11:35:11 +0200
committerFrederic Bezies2017-09-24 11:35:11 +0200
commitbd72c4a721c9966db6c607b8249cfb5fa9fee189 (patch)
tree9e55af48771576dd1942c41cc12b6e139b9fc8ff /PKGBUILD
parent9d6bd3ea943d89181f67d76358b8c009e60f4d50 (diff)
downloadaur-bd72c4a721c9966db6c607b8249cfb5fa9fee189.tar.gz
revert previous changes which needed to add symlinks
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d7cb8c854a5e..ecfde5e783df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,20 +5,20 @@
_version=4.0
pkgname=swift-bin
pkgver=${_version//-/.}
-pkgrel=2
+pkgrel=3
pkgdesc="Official binary builds of the Swift programming language."
arch=('x86_64')
url="https://swift.org"
license=('apache')
-depends=('icu' 'ncurses5-compat-libs' 'libedit' 'python2' 'libutil-linux' 'libbsd' 'clang' 'python2-six' 'libxml2')
+depends=('icu55' 'ncurses5-compat-libs' 'libedit' 'python2' 'libutil-linux' 'libbsd' 'clang' 'python2-six' 'libxml2')
conflicts=('lldb' 'swift-language-git')
options=('!strip')
validpgpkeys=('5E4DF843FB065D7F7E24FBA2EF5430F071E1B235')
provides=('swift-language')
replaces=('swift-language-bin')
-source=(
- "https://swift.org/builds/swift-${_version}-release/ubuntu1604/swift-${_version}-RELEASE/swift-${_version}-RELEASE-ubuntu16.04.tar.gz"
- "https://swift.org/builds/swift-${_version}-release/ubuntu1604/swift-${_version}-RELEASE/swift-${_version}-RELEASE-ubuntu16.04.tar.gz.sig"
+source=(
+"https://swift.org/builds/swift-${_version}-release/ubuntu1604/swift-${_version}-RELEASE/swift-${_version}-RELEASE-ubuntu16.04.tar.gz"
+"https://swift.org/builds/swift-${_version}-release/ubuntu1604/swift-${_version}-RELEASE/swift-${_version}-RELEASE-ubuntu16.04.tar.gz.sig"
)
sha256sums=('2c4dd2067411efb46e33c4dd999b651a34263a16dfa6d23df420fd301268cf1f'
'3039dc572d876f1dcda7dd8ea57684002274d3987fc592636dad8344e3314d92')