summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2018-10-09 14:20:58 -0400
committerGuillaume Horel2018-10-09 14:20:58 -0400
commit0f8ced45aec5c6fd7feb632b3cd81d28d66f2fad (patch)
tree4e7ec221e8c6d5f7cd07cfad194fdcc2a88a96b8
parent610b52017b48508510fc4021e65ad215580de95e (diff)
downloadaur-0f8ced45aec5c6fd7feb632b3cd81d28d66f2fad.tar.gz
udpate dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95f643473278..6fe50198e0bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = python-pynfft
arch = x86_64
license = GPL3
makedepends = cython
+ depends = nfft
source = https://pypi.org/packages/source/p/pyNFFT/pyNFFT-1.3.2.tar.gz
source = new-api.patch
sha256sums = ae41e720e569d0d99e3a44c82c36b35a49cfc9ecc23a1cd039fe9e2895aada2c
diff --git a/PKGBUILD b/PKGBUILD
index 665f2182e11b..01bc1a92e7a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url="https://arrow.apache.org"
license=('GPL3')
checkdepends=()
-optdepends=()
+depends=('nfft')
makedepends=('cython')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
"new-api.patch")