summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDylan Delgado2022-03-16 14:15:23 -0400
committerDylan Delgado2022-03-16 14:15:23 -0400
commit9e09e5b2affe1969755ab74a2a52d69c90a53670 (patch)
treebc94adf9c3728476da3572e4758a7798ac1d3a2e /PKGBUILD
parent1e678c956dae970ac0c7b41e524fa0e31f842abe (diff)
downloadaur-9e09e5b2affe1969755ab74a2a52d69c90a53670.tar.gz
update source to git+https://
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 593e719e4ecb..24ea98bdc57b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=scipy
pkgname=python-scipy-git
-pkgver=v0.17pre.r12521.g9021bb77ae
+pkgver=v0.17pre.r13106.gef53758eff
pkgrel=1
pkgdesc="SciPy is open-source software for mathematics, science and engineering. Git version"
arch=('x86_64')
@@ -15,7 +15,7 @@ depends=(python-numpy)
makedepends=(gcc-fortran python-setuptools pybind11 python-pythran)
checkdepends=(python-pytest)
optdepends=('python-pillow: Image saving module')
-source=("git://github.com/scipy/scipy.git")
+source=("git+https://github.com/scipy/scipy.git")
sha256sums=('SKIP')
pkgver() {