summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFaruk D2018-08-29 15:08:33 +0200
committerFaruk D2018-08-29 15:08:33 +0200
commitd1b63878fa9947f446cf17b7f246bc8e04db7394 (patch)
tree9eff4202c0894597b04380e6e893bc8747899da3
parente5ef5305a470d848af99a83ce5ab923865a995e3 (diff)
downloadaur-d1b63878fa9947f446cf17b7f246bc8e04db7394.tar.gz
use python2-numpy
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a7fc4b23593..233c54a95ec5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,7 +22,7 @@ pkgbase = sagecal
makedepends = wcslib
optdepends = fftw
optdepends = hdf5
- optdepends = python-numpy
+ optdepends = python2-numpy
optdepends = ncurses
provides = sagecal
source = https://github.com/nlesc-dirac/sagecal/archive/v0.5.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 89749a548b69..fd5eb8d443e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ makedepends=('casacore' 'make' 'pkg-config' 'binutils' 'boost' 'boost-libs' 'cma
'bison' 'openblas' 'lapack' 'cfitsio' 'wcslib'
)
depends=('')
-optdepends=('fftw' 'hdf5' 'python-numpy' 'ncurses')
+optdepends=('fftw' 'hdf5' 'python2-numpy' 'ncurses')
conflicts=('')
provides=("${pkgname}")
source=("https://github.com/nlesc-dirac/${pkgname}/archive/v${pkgver}.tar.gz")