summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshley Towns2016-03-24 20:25:35 +1100
committerAshley Towns2016-03-24 20:25:35 +1100
commit99cab36456d603c50224b919c9ba0eae5fac5a7b (patch)
treef7c3143d2942c1104e7014bb3c50c257af9d6566
parentdbb7eafb64c6b5fcc5b092c80c977b7e9ca767f3 (diff)
downloadaur-99cab36456d603c50224b919c9ba0eae5fac5a7b.tar.gz
update to 2.2 release
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD13
2 files changed, 12 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf284e11d064..1767d2268f29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Mar 13 01:21:13 UTC 2016
+# Thu Mar 24 09:25:19 UTC 2016
pkgbase = swift-bin
pkgdesc = The Swift programming language, the binary drops from the official website
- pkgver = 2.2.SNAPSHOT.2016.03.01.a
- pkgrel = 1
+ pkgver = 2.2.RELEASE
+ pkgrel = 2
url = https://swift.org
arch = x86_64
license = apache
@@ -22,9 +22,9 @@ pkgbase = swift-bin
conflicts = swift-language-git
replaces = swift-language-bin
options = !strip
- source = https://swift.org/builds/swift-2.2-branch/ubuntu1510/swift-2.2-SNAPSHOT-2016-03-01-a/swift-2.2-SNAPSHOT-2016-03-01-a-ubuntu15.10.tar.gz
- source = https://swift.org/builds/swift-2.2-branch/ubuntu1510/swift-2.2-SNAPSHOT-2016-03-01-a/swift-2.2-SNAPSHOT-2016-03-01-a-ubuntu15.10.tar.gz.sig
- sha256sums = 21af53d5aa15cf394d5ccc6343f0f13193ee4432a81c838b4d38b8823ef56552
+ source = https://swift.org/builds/swift-2.2-release/ubuntu1510/swift-2.2-RELEASE/swift-2.2-RELEASE-ubuntu15.10.tar.gz
+ source = https://swift.org/builds/swift-2.2-release/ubuntu1510/swift-2.2-RELEASE/swift-2.2-RELEASE-ubuntu15.10.tar.gz.sig
+ sha256sums = e529bd7ac72b13a8d181f35e38f95836ac6af7b0968815459ac168e26e4e41c1
sha256sums = SKIP
pkgname = swift-bin
diff --git a/PKGBUILD b/PKGBUILD
index c11e8b824844..a7736e51e80f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,9 @@
# Maintainer: Ashley Towns <mail(at)ashleytowns(dot)id(dot)au>
-_version=2.2-SNAPSHOT-2016-03-01-a
-
+_version=2.2-RELEASE
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"
@@ -12,15 +11,15 @@ license=('apache')
depends=('icu55' 'ncurses5-compat-libs' 'libedit' 'python2' 'libutil-linux' 'libbsd' 'clang' 'libtinfo' 'python2-six' 'libxml2')
conflicts=('lldb' 'swift-language-git')
options=('!strip')
-validpgpkeys=('7463A81A4B2EEA1B551FFBCFD441C977412B37AD')
+validpgpkeys=('1BE1E29A084CB305F397D62A9F597F4D21A56D5F')
provides=('swift-language')
replaces=('swift-language-bin')
source=(
- "https://swift.org/builds/swift-2.2-branch/ubuntu1510/swift-${_version}/swift-${_version}-ubuntu15.10.tar.gz"
- "https://swift.org/builds/swift-2.2-branch/ubuntu1510/swift-${_version}/swift-${_version}-ubuntu15.10.tar.gz.sig"
+ "https://swift.org/builds/swift-2.2-release/ubuntu1510/swift-${_version}/swift-${_version}-ubuntu15.10.tar.gz"
+ "https://swift.org/builds/swift-2.2-release/ubuntu1510/swift-${_version}/swift-${_version}-ubuntu15.10.tar.gz.sig"
)
-sha256sums=('21af53d5aa15cf394d5ccc6343f0f13193ee4432a81c838b4d38b8823ef56552'
+sha256sums=('e529bd7ac72b13a8d181f35e38f95836ac6af7b0968815459ac168e26e4e41c1'
'SKIP')
package() {