summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a14c2ed0b3db..76ac647a3727 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=python2-numba
pkgver=0.47.0
pkgrel=1
pkgdesc="NumPy aware dynamic Python compiler using LLVM"
-url="http://numba.pydata.org/"
+url="https://numba.pydata.org/"
arch=('i686' 'x86_64')
license=('BSD')
depends=('python2-llvmlite>=0.31.0' 'python2-numpy>=1.10' 'python2-funcsigs'