summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalte Jürgens2022-07-30 22:35:47 +0000
committerMalte Jürgens2022-07-30 22:35:47 +0000
commit516aded614ce0be80a39b39f4434f0f08071e3f3 (patch)
treea67d9709b021b0b8274e6a6aa41f4224b3a3ccb8
parent279eeb4338b5f7c69b7e0ceb1d966f3caa347e1c (diff)
downloadaur-516aded614ce0be80a39b39f4434f0f08071e3f3.tar.gz
Update to 1.1.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09de32d2f44b..6e678546ba73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = discord-screenaudio
pkgdesc = Custom discord client with the ability to stream desktop audio
- pkgver = 1.0.4
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/maltejur/discord-screenaudio
arch = x86_64
@@ -8,13 +8,15 @@ pkgbase = discord-screenaudio
makedepends = cmake
makedepends = qt5-base
makedepends = qt5-webengine
+ makedepends = knotifications
makedepends = pipewire
- depends = pipewire
depends = qt5-base
depends = qt5-webengine
- source = discord-screenaudio-1.0.4.tar.gz::https://github.com/maltejur/discord-screenaudio/archive/refs/tags/v1.0.4.tar.gz
+ depends = knotifications
+ depends = pipewire
+ source = discord-screenaudio-1.1.0.tar.gz::https://github.com/maltejur/discord-screenaudio/archive/refs/tags/v1.1.0.tar.gz
source = rohrkabel-1.2.tar.gz::https://github.com/Soundux/rohrkabel/archive/refs/tags/v1.2.tar.gz
- sha256sums = affd02407032ae9276934cdc9113f6841b2cd188ce58025f95d52ec531cc9fa2
+ sha256sums = 86eabd5c4197bc124e87471284f921d6a7fc23de912010b5ddb995e94dd5a673
sha256sums = e167e50d4c633a2b96dde5faa28cd83dd56828868c669fcf86c7e0ade7db1dcd
pkgname = discord-screenaudio
diff --git a/PKGBUILD b/PKGBUILD
index 0f8ceb2c6359..fad289b5244a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: Malte Jürgens <maltejur@dismail.de>
pkgname=discord-screenaudio
-pkgver=1.0.4
+pkgver=1.1.0
pkgrel=1
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 qt5-base qt5-webengine)
-makedepends=(cmake qt5-base qt5-webengine pipewire)
+depends=(qt5-base qt5-webengine knotifications pipewire)
+makedepends=(cmake qt5-base qt5-webengine knotifications pipewire)
source=(
"$pkgname-$pkgver.tar.gz::https://github.com/maltejur/$pkgname/archive/refs/tags/v$pkgver.tar.gz"
"rohrkabel-1.2.tar.gz::https://github.com/Soundux/rohrkabel/archive/refs/tags/v1.2.tar.gz"
)
sha256sums=(
- "affd02407032ae9276934cdc9113f6841b2cd188ce58025f95d52ec531cc9fa2"
+ "86eabd5c4197bc124e87471284f921d6a7fc23de912010b5ddb995e94dd5a673"
"e167e50d4c633a2b96dde5faa28cd83dd56828868c669fcf86c7e0ade7db1dcd"
)