summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Gizdov2017-10-13 17:10:54 +0200
committerKonstantin Gizdov2017-10-13 17:10:54 +0200
commit0bef7834ac425b2a252a67a553f228bd9f1cc38d (patch)
treea3c15e302091a340273dc123c5b3710063c8b699
parentee0290e870b3465cb5120a025d1e88d3c0d42f1d (diff)
downloadaur-0bef7834ac425b2a252a67a553f228bd9f1cc38d.tar.gz
fix upstream URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef7aca245f1d..cb706c33681e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = python-root_numpy
pkgdesc = The interface between ROOT and NumPy
pkgver = 4.7.3
pkgrel = 1
- url = https://arogozhnikov.github.io/hep_ml/
+ url = http://scikit-hep.org/root_numpy/
arch = i686
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 868f9ab5823d..b5b65da831de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=4.7.3
pkgrel=1
pkgdesc="The interface between ROOT and NumPy"
arch=('i686' 'x86_64')
-url="https://arogozhnikov.github.io/hep_ml/"
+url="http://scikit-hep.org/root_numpy/"
license=('BSD')
makedepends=('python2-setuptools' 'python-setuptools' 'cython2' 'cython'
'python2-numpy' 'python-numpy' 'root')