summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLiam Greenough2017-09-17 17:30:03 +1000
committerLiam Greenough2017-09-17 17:30:03 +1000
commit69024842a3dd0f7d6f039f9eba62952609f88e59 (patch)
tree46ed80843a01a1e7d1cd6715391c653286f3876c /PKGBUILD
parentdca22827b2b5309ddcce999588029d83182623ee (diff)
downloadaur-qt-dab-git.tar.gz
Fixed the dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8987560e88c..251461ef1236 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="software dab decoder for use with a dabstick, airspy or sdrplay for RPI
arch=('i686' 'x86_64')
url="http://www.sdr-j.tk"
license=('GPL2')
-depends=('qt5-base' 'libsndfile' 'fftw' 'portaudio' 'faad2' 'zlib' 'rtl-sdr' 'qwt-qt5' 'libsamplerate')
+depends=('qt5-base' 'libsndfile' 'fftw' 'portaudio' 'faad2' 'zlib' 'rtl-sdr' 'qwt' 'libsamplerate')
makedepends=('git')
provides=('qt-dab-git')
conflicts=('qt-dab' 'sdr-j-dabreciever')