summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiam Greenough2017-09-17 17:30:03 +1000
committerLiam Greenough2017-09-17 17:30:03 +1000
commit69024842a3dd0f7d6f039f9eba62952609f88e59 (patch)
tree46ed80843a01a1e7d1cd6715391c653286f3876c
parentdca22827b2b5309ddcce999588029d83182623ee (diff)
downloadaur-qt-dab-git.tar.gz
Fixed the dependency.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fee77a3c8c0e..5c7fc6bfa648 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = qt-dab-git
depends = faad2
depends = zlib
depends = rtl-sdr
- depends = qwt-qt5
+ depends = qwt
depends = libsamplerate
provides = qt-dab-git
conflicts = qt-dab
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')