summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchrisjbillington2019-11-18 22:41:32 -0500
committerchrisjbillington2019-11-18 22:41:32 -0500
commitb4ea36f39ff51ae3b154f238083e67d4eab9ff42 (patch)
tree0787d8bc8f0b0ed43b43a04e261507164b954bcf
parent9ddd25770a7a66e49d9d5709f76013e1fd77b673 (diff)
downloadaur-b4ea36f39ff51ae3b154f238083e67d4eab9ff42.tar.gz
use upstream-compatible version string, sources from anaconda.com
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b565d29f71a7..75ff22b693a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-scipy-mkl-bin
pkgdesc = SciPy is open-source software for mathematics, science, and engineering - with Intel MKL - prebuilt binaries from Anaconda
- pkgver = 1.3.1
- pkgrel = 1
+ pkgver = 1.3.1.0.py38h7c811a0.0
+ pkgrel = 0
url = http://www.scipy.org/
arch = x86_64
license = custom
@@ -11,8 +11,8 @@ pkgbase = python-scipy-mkl-bin
provides = python-scipy
provides = python-scipy-mkl
conflicts = python-scipy
- source = https://repo.continuum.io/pkgs/main/linux-64/scipy-1.3.1-py38h7c811a0_0.tar.bz2
- source = https://repo.continuum.io/pkgs/main/linux-64/libgfortran-ng-7.3.0-hdf63c60_0.tar.bz2
+ source = https://repo.anaconda.com/pkgs/main/linux-64/scipy-1.3.1-py38h7c811a0_0.tar.bz2
+ source = https://repo.anaconda.com/pkgs/main/linux-64/libgfortran-ng-7.3.0-hdf63c60_0.tar.bz2
sha256sums = 2787a141b1b962cae3f580d492e7ab38d359f795674346ee6fa5d4dc3712ca42
sha256sums = 83c6fdb30a240fbaa09f5d2e2ae8f092759cb710bc3fa628ccb18934fc237b7f
diff --git a/PKGBUILD b/PKGBUILD
index e1a707fa1ad4..306b2990c31e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,12 @@
# Maintainer : Chris Billington <chrisjbillington@gmail.com>
pkgname=python-scipy-mkl-bin
_pkgname=scipy
-pkgver=1.3.1
+_pkgver=1.3.1
_build=py38h7c811a0_0
-pkgrel=1
+_build_number=0
_libgfortran=libgfortran-ng-7.3.0-hdf63c60_0
+pkgver="${_pkgver}.${_build_number}.${_build//_/.}"
+pkgrel=0
pkgdesc="SciPy is open-source software for mathematics, science, and engineering - with Intel MKL - prebuilt binaries from Anaconda"
arch=('x86_64')
url="http://www.scipy.org/"
@@ -23,8 +25,8 @@ else:
conflicts+=('gcc7-libs')
fi
optdepends=('python-pillow: for image saving module')
-source=("https://repo.continuum.io/pkgs/main/linux-64/${_pkgname}-${pkgver}-${_build}.tar.bz2"
- "https://repo.continuum.io/pkgs/main/linux-64/${_libgfortran}.tar.bz2"
+source=("https://repo.anaconda.com/pkgs/main/linux-64/${_pkgname}-${_pkgver}-${_build}.tar.bz2"
+ "https://repo.anaconda.com/pkgs/main/linux-64/${_libgfortran}.tar.bz2"
)
sha256sums=('2787a141b1b962cae3f580d492e7ab38d359f795674346ee6fa5d4dc3712ca42'
'83c6fdb30a240fbaa09f5d2e2ae8f092759cb710bc3fa628ccb18934fc237b7f')