summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchrisjbillington2021-09-08 12:39:35 +1000
committerchrisjbillington2021-09-08 12:39:35 +1000
commit35a4d015863d13ab0448a9844826658bdbe8791c (patch)
tree6905fe82ba1dbd4614eeb5c88cb9aceab5777d8a
parent6151bdd397623b66c9afbb18db736033dfcf0561 (diff)
downloadaur-35a4d015863d13ab0448a9844826658bdbe8791c.tar.gz
1.7.1.anaconda2
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0383c6bce4b..d1995b6cdd84 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.6.2.anaconda1
- pkgrel = 2
+ pkgver = 1.7.1.anaconda2
+ pkgrel = 1
url = http://www.scipy.org/
arch = x86_64
license = custom
@@ -11,9 +11,9 @@ pkgbase = python-scipy-mkl-bin
provides = python-scipy
provides = python-scipy-mkl
conflicts = python-scipy
- source = https://repo.anaconda.com/pkgs/main/linux-64/scipy-1.6.2-py39had2a1c9_1.tar.bz2
- source = https://repo.anaconda.com/pkgs/main/linux-64/libgfortran-ng-7.5.0-ha8ba4b0_17.tar.bz2
- sha256sums = 2cf06019a66fbb0a9df571bac7f0460eb66f60d6b9c37f6a64a6dcddbe2c765f
- sha256sums = baf06cda3054e2a1eb67b2dfb28fb11b6245f6c1625f369a7629dfcee622e96f
+ source = https://repo.anaconda.com/pkgs/main/linux-64/scipy-1.7.1-py39h292c36d_2.tar.bz2
+ source = https://repo.anaconda.com/pkgs/main/linux-64/libgfortran4-7.5.0-ha8ba4b0_17.tar.bz2
+ sha256sums = ed5230359214b0645ab0debfded24e85be1ca01bd5da62a1a75c978da1c2173b
+ sha256sums = e9b16e87276a8e1707c1d858ef0318eef0ce2222b1fc16529bf8a1d40de06aeb
pkgname = python-scipy-mkl-bin
diff --git a/PKGBUILD b/PKGBUILD
index dcfb186ebca3..b4c27907b49d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer : Chris Billington <chrisjbillington@gmail.com>
pkgname=python-scipy-mkl-bin
_pkgname=scipy
-_pkgver=1.6.2
-_build=py39had2a1c9_1
-_libgfortran=libgfortran-ng-7.5.0-ha8ba4b0_17
+_pkgver=1.7.1
+_build=py39h292c36d_2
+_libgfortran=libgfortran4-7.5.0-ha8ba4b0_17
pkgver="${_pkgver}.anaconda${_build##*_}"
-pkgrel=2
+pkgrel=1
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/"
@@ -27,8 +27,8 @@ optdepends=('python-pillow: for image saving module')
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=('2cf06019a66fbb0a9df571bac7f0460eb66f60d6b9c37f6a64a6dcddbe2c765f'
- 'baf06cda3054e2a1eb67b2dfb28fb11b6245f6c1625f369a7629dfcee622e96f')
+sha256sums=('ed5230359214b0645ab0debfded24e85be1ca01bd5da62a1a75c978da1c2173b'
+ 'e9b16e87276a8e1707c1d858ef0318eef0ce2222b1fc16529bf8a1d40de06aeb')
package() {
mkdir -p "${pkgdir}/usr/"