summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cc1c71a1d3b..14475af49c49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pynfft
pkgdesc = Python wrapper to the NFFT library.
pkgver = 1.4.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pyNFFT/pyNFFT
arch = x86_64
license = GPL3
@@ -9,6 +9,7 @@ pkgbase = python-pynfft
makedepends = cython
depends = nfft
depends = python
+ depends = python-numpy
source = https://pypi.org/packages/source/p/pyNFFT/pyNFFT-1.3.2.tar.gz
source = new-api.patch
source = rewrite_hidden_symbols.patch
diff --git a/PKGBUILD b/PKGBUILD
index f00a82233a8f..f0df18379b89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@ pkgname='python-pynfft'
_pkgname='pyNFFT'
pkgver=1.4.2
_pkgver=1.3.2
-pkgrel=1
+pkgrel=2
pkgdesc="Python wrapper to the NFFT library."
arch=('x86_64')
url="https://github.com/pyNFFT/pyNFFT"
license=('GPL3')
checkdepends=('python-nose')
-depends=(nfft python)
+depends=(nfft python python-numpy)
makedepends=('cython')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$_pkgver.tar.gz"
new-api.patch