summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiam Greenough2017-09-17 16:15:31 +1000
committerLiam Greenough2017-09-17 16:15:31 +1000
commit3a30221bd7239c15e6a38c32f988ab41eb745a4c (patch)
treede1fce4080b24038f626c57f3f466bfba5a9fe4f
parent3a851dc6c1ae0355700fcfa38a35ca65c8fd893f (diff)
downloadaur-3a30221bd7239c15e6a38c32f988ab41eb745a4c.tar.gz
Fixed qwt to use Qt5.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d9af86dc3cc..0fdd3e97d96c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = qt-dab-git
depends = faad2
depends = zlib
depends = rtl-sdr
- depends = qwt
+ depends = qwt-qt5
depends = libsamplerate
provides = qt-dab-git
conflicts = qt-dab
diff --git a/PKGBUILD b/PKGBUILD
index db548f3c1ba7..19f12625cfb6 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' 'libsamplerate')
+depends=('qt5-base' 'libsndfile' 'fftw' 'portaudio' 'faad2' 'zlib' 'rtl-sdr' 'qwt-qt5' 'libsamplerate')
makedepends=('git')
provides=('qt-dab-git')
conflicts=('qt-dab' 'sdr-j-dabreciever')