summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalte Jürgens2022-07-21 14:38:42 +0000
committerMalte Jürgens2022-07-21 14:38:42 +0000
commitfed528f32a93c8e05b74fa209992ee86b6b69a5a (patch)
tree55e918a9b0200833f0fb89eda3d009ac09bcb975
parentd860d0b49fde9a4a7cd20d788b68981b54f9264f (diff)
downloadaur-fed528f32a93c8e05b74fa209992ee86b6b69a5a.tar.gz
fix deps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd9c813a9add..2a44e72f9d63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = discord-screenaudio
pkgdesc = Custom discord client with the ability to stream desktop audio
pkgver = 1.0.0.rc.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/maltejur/discord-screenaudio
arch = x86_64
license = GPL-3.0
@@ -10,6 +10,8 @@ pkgbase = discord-screenaudio
makedepends = qt5-webengine
makedepends = pipewire
depends = pipewire
+ depends = qt5-base
+ depends = qt5-webengine
source = discord-screenaudio-1.0.0-rc.5.tar.gz::https://github.com/maltejur/discord-screenaudio/archive/refs/tags/v1.0.0-rc.5.tar.gz
sha256sums = 1bd4eadb52cf55be5f39a2d92aa5c3b83a8220e8c488d39f80b5544717c2a8c6
diff --git a/PKGBUILD b/PKGBUILD
index 3d00b591ee9f..27e5b93068be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=discord-screenaudio
_pkgver=1.0.0-rc.5
pkgver=$(echo "$_pkgver" | sed 's/-/./')
-pkgrel=1
+pkgrel=2
pkgdesc="Custom discord client with the ability to stream desktop audio"
arch=("x86_64")
url="https://github.com/maltejur/discord-screenaudio"
license=("GPL-3.0")
-depends=(pipewire)
+depends=(pipewire qt5-base qt5-webengine)
makedepends=(cmake qt5-base qt5-webengine pipewire)
source=("$pkgname-$_pkgver.tar.gz::https://github.com/maltejur/$pkgname/archive/refs/tags/v$_pkgver.tar.gz")
sha256sums=("1bd4eadb52cf55be5f39a2d92aa5c3b83a8220e8c488d39f80b5544717c2a8c6")