[arch-commits] Commit in simplespectral/trunk (PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Wed Feb 19 16:02:52 UTC 2020
Date: Wednesday, February 19, 2020 @ 16:02:51
Author: ffy00
Revision: 576658
remove missing optdepends (1.0.0-4)
Modified:
simplespectral/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-19 16:01:24 UTC (rev 576657)
+++ PKGBUILD 2020-02-19 16:02:51 UTC (rev 576658)
@@ -3,7 +3,7 @@
pkgname=simplespectral
pkgver=1.0.0
-pkgrel=3
+pkgrel=4
pkgdesc="Heavily simplified scipy.signal.spectral module"
arch=('any')
url="https://github.com/xmikos/simplespectral"
@@ -10,8 +10,7 @@
license=('MIT')
depends=('python' 'python-numpy')
makedepends=('python-setuptools')
-optdepends=('python-pyfftw: fastest FFT calculations with FFTW library'
- 'python-scipy: faster FFT calculations with scipy.fftpack library')
+optdepends=('python-scipy: faster FFT calculations with scipy.fftpack library')
source=("$pkgname-$pkgver.tar.gz::https://github.com/xmikos/simplespectral/archive/v$pkgver.tar.gz")
sha256sums=('4342741f7054c71f7c5fb9d38df49e048e0a4e20eb53cefd247e47937644cad0')
More information about the arch-commits
mailing list