summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2021-12-21 21:18:01 +0300
committerViktor Drobot2021-12-21 21:18:01 +0300
commitb2bb43232ea2b926029c8ddc8de317a06cab6c94 (patch)
tree802bcbc42e82bfca59934f073bcff140f45e47a5 /PKGBUILD
parenta70cb6f2397e422d9312949fd59966bcda368c61 (diff)
downloadaur-b2bb43232ea2b926029c8ddc8de317a06cab6c94.tar.gz
Fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 968969fce88c..ce47e0f40f46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=dream
pkgver=2.1.1
-pkgrel=2
+pkgrel=3
pkgdesc="A software radio for AM and Digital Radio Mondiale (DRM)"
arch=('i686' 'x86_64')
url="https://sourceforge.net/projects/drm"
license=(GPL2)
-depends=(fftw opus libsndfile speexdsp hamlib libpulse qwt qt5-webkit qt5-svg qt5-base)
+depends=(faad2 libpcap libpulse fftw opus libsndfile speexdsp hamlib libpulse qwt qt5-webkit qt5-svg qt5-base)
makedepends=(gcc patch)
source=("https://sourceforge.net/projects/drm/files/dream/${pkgver}/${pkgname}-${pkgver}-svn808.tar.gz"
"fix_qwttext.patch")