summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2018-06-03 16:25:27 +0800
committerJingbei Li2018-06-03 16:25:27 +0800
commite4627fdc8c3d8050edec4b659f384fdbd0e4828c (patch)
tree67e78036e5a9decf0cba4fcc8fc395b463e377a1
parent12a0d8f111bc20d4c09c7fbe191e13461a67e7c1 (diff)
downloadaur-e4627fdc8c3d8050edec4b659f384fdbd0e4828c.tar.gz
upgraded to 5.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13fd8281a269..b697117b8fec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Feb 24 07:26:48 UTC 2018
pkgbase = anaconda2
pkgdesc = Completely free enterprise-ready Python distribution for large-scale data processing, predictive analytics, and scientific computing.
- pkgver = 5.1.0
+ pkgver = 5.2.0
pkgrel = 1
url = https://store.continuum.io/cshop/anaconda/
install = anaconda2.install
@@ -11,9 +9,9 @@ pkgbase = anaconda2
options = !strip
options = libtool
options = staticlibs
- source = http://repo.continuum.io/archive/Anaconda2-5.1.0-Linux-x86_64.sh
+ source = http://repo.continuum.io/archive/Anaconda2-5.2.0-Linux-x86_64.sh
source = anaconda2.install
- sha256sums = 23c676510bc87c95184ecaeb327c0b2c88007278e0d698622e2dd8fb14d9faa4
+ sha256sums = cb0d7a08b0e2cec4372033d3269979b4e72e2353ffd1444f57cb38bc9621219f
sha256sums = c491735df1753335c6aa5b3b71bd936ccb4ff5622fedbf22d1d6d9da5bd45fbc
pkgname = anaconda2
diff --git a/PKGBUILD b/PKGBUILD
index 363aeb4dcc5a..523928773932 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.1.0
+pkgver=5.2.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=('5f26ee92860d1dffdcd20910ff2cf75572c39d2892d365f4e867a611cca2af5b'
+sha256sums=('cb0d7a08b0e2cec4372033d3269979b4e72e2353ffd1444f57cb38bc9621219f'
'c491735df1753335c6aa5b3b71bd936ccb4ff5622fedbf22d1d6d9da5bd45fbc')
install="$pkgname.install"