summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrealgagu2020-04-06 17:05:42 -0500
committerfrealgagu2020-04-06 17:05:42 -0500
commitb85fbf926efe1a0a0207da3f59232b764146fcb7 (patch)
treee3e489898ef4d7f7bfbdf1f13cc0b4585de61f91
parentd9bbfffd9751cc865506021775ac469477f32015 (diff)
downloadaur-b85fbf926efe1a0a0207da3f59232b764146fcb7.tar.gz
Adding qt5-graphicaleffects dependency.
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09441a0be0fb..ced278fd8e7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = welle.io-git
pkgdesc = An open source DAB and DAB+ software defined radio (SDR) with support for rtl-sdr (RTL2832U) and airspy
- pkgver = 2.0.beta1.r0.f00230c
+ pkgver = 2.1.r0.8fc5739
pkgrel = 1
url = https://www.welle.io
arch = x86_64
@@ -14,6 +14,7 @@ pkgbase = welle.io-git
depends = lame
depends = mpg123
depends = qt5-charts
+ depends = qt5-graphicaleffects
depends = qt5-quickcontrols
depends = qt5-quickcontrols2
depends = qt5-multimedia
diff --git a/.gitignore b/.gitignore
index c32de4816e8b..a7bf6506e9b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+welle.io-git-*.pkg.tar.zst
welle.io-git-*.pkg.tar.xz
welle.io-git-*.log
PKGBUILD-namcap.log
diff --git a/PKGBUILD b/PKGBUILD
index 9d95013c609f..9db92f5becbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Daniel Strobl <danielstrobl:gmail>
pkgname=welle.io-git
-pkgver=2.0.beta1.r0.f00230c
+pkgver=2.1.r0.8fc5739
pkgrel=1
pkgdesc="An open source DAB and DAB+ software defined radio (SDR) with support for rtl-sdr (RTL2832U) and airspy"
arch=("x86_64")
url="https://www.${pkgname%-git}"
license=("GPL2")
-depends=("faad2" "fftw" "hicolor-icon-theme" "lame" "mpg123" "qt5-charts" "qt5-quickcontrols" "qt5-quickcontrols2" "qt5-multimedia" "rtl-sdr")
+depends=("faad2" "fftw" "hicolor-icon-theme" "lame" "mpg123" "qt5-charts" "qt5-graphicaleffects" "qt5-quickcontrols" "qt5-quickcontrols2" "qt5-multimedia" "rtl-sdr")
optdepends=("airspy")
makedepends=("cmake" "gcc" "git")
provides=("${pkgname%-git}")