summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDylan Delgado2022-03-16 13:39:55 -0400
committerDylan Delgado2022-03-16 13:39:55 -0400
commite287d47202731397644421be91c4c4baafb2a505 (patch)
treec729699bfaa87ec257a77c4d5a28e5350eccf22e /PKGBUILD
parentb4e50c52f7ea77ab709d8aed45bf913bb5a08b63 (diff)
downloadaur-e287d47202731397644421be91c4c4baafb2a505.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 183fb572760a..a37345570848 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-numpy-git
_pkgname=numpy
-pkgver=v1.23.0.dev0.r229.g0302205105
+pkgver=v1.23.0.dev0.r907.gf6efa62e3c
pkgrel=1
pkgdesc="Scientific tools for Python - git version"
arch=('x86_64')
@@ -15,7 +15,7 @@ checkdepends=('python-pytest' 'python-hypothesis')
conflicts=('python-numpy')
provides=('python-numpy')
options=('staticlibs')
-source=("git://github.com/numpy/numpy.git")
+source=("git+https://github.com/numpy/numpy.git")
sha512sums=('SKIP')
pkgver() {