summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2018-02-24 15:28:29 +0800
committerJingbei Li2018-02-24 15:28:29 +0800
commit12a0d8f111bc20d4c09c7fbe191e13461a67e7c1 (patch)
tree50cea8742795fb7f563e89a76d87503f3d419d63
parent600759123e902fb46a5eb6dd56bcce12810f7dcf (diff)
downloadaur-12a0d8f111bc20d4c09c7fbe191e13461a67e7c1.tar.gz
upgraded to 5.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a2cf92f40a1..13fd8281a269 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Oct 31 09:02:02 UTC 2017
+# 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.0.1
+ pkgver = 5.1.0
pkgrel = 1
url = https://store.continuum.io/cshop/anaconda/
install = anaconda2.install
@@ -11,7 +11,7 @@ pkgbase = anaconda2
options = !strip
options = libtool
options = staticlibs
- source = http://repo.continuum.io/archive/Anaconda2-5.0.1-Linux-x86_64.sh
+ source = http://repo.continuum.io/archive/Anaconda2-5.1.0-Linux-x86_64.sh
source = anaconda2.install
sha256sums = 23c676510bc87c95184ecaeb327c0b2c88007278e0d698622e2dd8fb14d9faa4
sha256sums = c491735df1753335c6aa5b3b71bd936ccb4ff5622fedbf22d1d6d9da5bd45fbc
diff --git a/PKGBUILD b/PKGBUILD
index 0ef1005c61ff..363aeb4dcc5a 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.0.1
+pkgver=5.1.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=('23c676510bc87c95184ecaeb327c0b2c88007278e0d698622e2dd8fb14d9faa4'
+sha256sums=('5f26ee92860d1dffdcd20910ff2cf75572c39d2892d365f4e867a611cca2af5b'
'c491735df1753335c6aa5b3b71bd936ccb4ff5622fedbf22d1d6d9da5bd45fbc')
install="$pkgname.install"