Updated dependencies in PKGBUILD
This commit is contained in:
parent
35a956ff3f
commit
09a34688c0
2
PKGBUILD
2
PKGBUILD
@ -6,7 +6,7 @@ pkgdesc="Spectrum analyzer for RTL-SDR (GUI for rtl_power based on PyQtGraph)"
|
||||
arch=('any')
|
||||
url="https://github.com/xmikos/qspectrumanalyzer"
|
||||
license=('GPL3')
|
||||
depends=('python-pyqt4')
|
||||
depends=('python-pyqt4' 'python-pyqtgraph' 'rtl-sdr')
|
||||
source=(https://github.com/xmikos/qspectrumanalyzer/archive/v$pkgver.tar.gz)
|
||||
|
||||
build() {
|
||||
|
Loading…
Reference in New Issue
Block a user