summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2020-03-17 18:49:35 +0800
committerJingbei Li2020-03-17 18:49:35 +0800
commit3b4fa53bab7e69aa8dd8c1a9d70593a734e0d94f (patch)
treee636ad555618c83eb8c385ffe41f71e7a7f50e38
parent55c8fea9edc543422d0adc006516754ea6fbbe33 (diff)
downloadaur-3b4fa53bab7e69aa8dd8c1a9d70593a734e0d94f.tar.gz
upgraded to 2020.02
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d737a03178eb..509833802f24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = anaconda
pkgdesc = Completely free enterprise-ready Python distribution for large-scale data processing, predictive analytics, and scientific computing.
- pkgver = 2019.10
+ pkgver = 2020.02
pkgrel = 1
url = https://www.anaconda.com/
install = anaconda.install
@@ -9,9 +9,9 @@ pkgbase = anaconda
options = !strip
options = libtool
options = staticlibs
- source = http://repo.continuum.io/archive/Anaconda3-2019.10-Linux-x86_64.sh
+ source = http://repo.continuum.io/archive/Anaconda3-2020.02-Linux-x86_64.sh
source = anaconda.install
- sha256sums = 46d762284d252e51cd58a8ca6c8adc9da2eadc82c342927b2f66ed011d1d8b53
+ sha256sums = 2b9f088b2022edb474915d9f69a803d6449d5fdb4c303041f60ac4aefcc208bb
sha256sums = 72e3066ba033c8e59684331f2d9ea8ea2dc1855d51a7a4ea2fa5565b7dd6cc60
pkgname = anaconda
diff --git a/PKGBUILD b/PKGBUILD
index e86b7760254c..d18af88bd53c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor : Immae <ismael.bouya@normalesup.org>
# Contributor : Martin Wimpress <code@flexion.org>
pkgname=anaconda
-pkgver=2019.10
+pkgver=2020.02
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=("BSD")
source=("http://repo.continuum.io/archive/Anaconda3-${pkgver}-Linux-x86_64.sh"
"$pkgname.install")
options=(!strip libtool staticlibs)
-sha256sums=('46d762284d252e51cd58a8ca6c8adc9da2eadc82c342927b2f66ed011d1d8b53'
+sha256sums=('2b9f088b2022edb474915d9f69a803d6449d5fdb4c303041f60ac4aefcc208bb'
'72e3066ba033c8e59684331f2d9ea8ea2dc1855d51a7a4ea2fa5565b7dd6cc60')
install="$pkgname.install"