Updated dependencies in PKGBUILD

This commit is contained in:
Michal Krenek (Mikos) 2015-03-03 01:38:01 +01:00
parent 35a956ff3f
commit 09a34688c0

View File

@ -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() {