summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2018-10-10 13:51:45 +0800
committerJingbei Li2018-10-10 13:51:45 +0800
commit4b89c0dc29f0a6a1dd01b5b4d3afd5c32ce5072f (patch)
treed4a8681906e1e411bed20a42d6cd1ef980dec582
parente4627fdc8c3d8050edec4b659f384fdbd0e4828c (diff)
downloadaur-4b89c0dc29f0a6a1dd01b5b4d3afd5c32ce5072f.tar.gz
upgraded to 5.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b697117b8fec..27b6846d6102 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = anaconda2
pkgdesc = Completely free enterprise-ready Python distribution for large-scale data processing, predictive analytics, and scientific computing.
- pkgver = 5.2.0
+ pkgver = 5.3.0
pkgrel = 1
url = https://store.continuum.io/cshop/anaconda/
install = anaconda2.install
@@ -9,9 +9,9 @@ pkgbase = anaconda2
options = !strip
options = libtool
options = staticlibs
- source = http://repo.continuum.io/archive/Anaconda2-5.2.0-Linux-x86_64.sh
+ source = http://repo.continuum.io/archive/Anaconda2-5.3.0-Linux-x86_64.sh
source = anaconda2.install
- sha256sums = cb0d7a08b0e2cec4372033d3269979b4e72e2353ffd1444f57cb38bc9621219f
+ sha256sums = 50eeaab24bfa2472bc6485fe8f0e612ed67e561eda1ff9fbf07b62c96443c1be
sha256sums = c491735df1753335c6aa5b3b71bd936ccb4ff5622fedbf22d1d6d9da5bd45fbc
pkgname = anaconda2
diff --git a/PKGBUILD b/PKGBUILD
index 523928773932..c6eb67a6159a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor : Martin Wimpress <code@flexion.org>
# Contributor : Jingbei Li <i@jingbei.li>
pkgname=anaconda2
-pkgver=5.2.0
+pkgver=5.3.0
pkgrel=1
pkgdesc="Completely free enterprise-ready Python distribution for large-scale data processing, predictive analytics, and scientific computing."
arch=('x86_64')
@@ -11,7 +11,7 @@ license=("custom")
source=("http://repo.continuum.io/archive/Anaconda2-${pkgver}-Linux-x86_64.sh"
"$pkgname.install")
options=(!strip libtool staticlibs)
-sha256sums=('cb0d7a08b0e2cec4372033d3269979b4e72e2353ffd1444f57cb38bc9621219f'
+sha256sums=('50eeaab24bfa2472bc6485fe8f0e612ed67e561eda1ff9fbf07b62c96443c1be'
'c491735df1753335c6aa5b3b71bd936ccb4ff5622fedbf22d1d6d9da5bd45fbc')
install="$pkgname.install"