summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2023-07-03 13:33:28 +0800
committerJingbei Li2023-07-03 13:33:28 +0800
commit55cc51e33b0af06aad670c14188d6b3c5f8d85f9 (patch)
tree3e99d362a553c27dd0e2328f12b115337ae8b745
parent133b3845184534f337056aa92e98c1fd410e3b28 (diff)
downloadaur-55cc51e33b0af06aad670c14188d6b3c5f8d85f9.tar.gz
updated url
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 207fc0f57c0d..7ecaf73db620 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ conflicts=('python-scipy')
makedepends=('cython' 'gcc-fortran' 'procps-ng' 'pybind11' 'python-pythran' 'python-setuptools')
checkdepends=('python-pytest')
optdepends=('python-pillow: for image saving module')
-source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.gz")
+source=("https://github.com/scipy/scipy/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('2cf9dfb80a7b4589ba4c40ce7588986d6d5cebc5457cad2c2880f6bc2d42f3a5')
build() {