summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmaël Bouya2016-10-25 20:08:26 +0200
committerIsmaël Bouya2016-10-25 20:08:26 +0200
commite80d62d3605c0224eb134daeac98bfc0552e21b5 (patch)
treeceb4e493d9a30c4957019fc5a911a5f0d430a9e0
parent8ec4c3d134e9432acd3e9b7a0d41143953637f38 (diff)
downloadaur-e80d62d3605c0224eb134daeac98bfc0552e21b5.tar.gz
fix file hash
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1e6d0ba7cbc..37561f40d17e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Oct 25 13:37:02 UTC 2016
+# Tue Oct 25 18:07:49 UTC 2016
pkgbase = anaconda
pkgdesc = Completely free enterprise-ready Python distribution for large-scale data processing, predictive analytics, and scientific computing.
pkgver = 4.2.0
@@ -14,7 +14,7 @@ pkgbase = anaconda
source = http://repo.continuum.io/archive/Anaconda3-4.2.0-Linux-x86_64.sh
source = install.py.patch
sha256sums = 73b51715a12b6382dd4df3dd1905b531bd6792d4aa7273b2377a0436d45f0e78
- sha256sums = 9fbb8d46f0864e034cb56bbe33281f475091b021a64df500b89bcb06f2081e71
+ sha256sums = c8b3c3a0b2ff76e21991b936f935db4bc168eae311a446ca2d947f8b41181b19
pkgname = anaconda
diff --git a/PKGBUILD b/PKGBUILD
index 50782295bff1..e83995733be0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ source=("http://repo.continuum.io/archive/Anaconda3-${pkgver}-Linux-x86_64.sh"
"install.py.patch")
options=(!strip libtool)
sha256sums=('73b51715a12b6382dd4df3dd1905b531bd6792d4aa7273b2377a0436d45f0e78'
- '9fbb8d46f0864e034cb56bbe33281f475091b021a64df500b89bcb06f2081e71')
+ 'c8b3c3a0b2ff76e21991b936f935db4bc168eae311a446ca2d947f8b41181b19')
_pythonver='3.5.2-0'
_condaver='4.2.9'