summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalte Jürgens2022-07-31 19:11:29 +0000
committerMalte Jürgens2022-07-31 19:11:29 +0000
commit9f6176a66a803b8c609ad6c2c623e2ea4ed51296 (patch)
treefacf31affb10fa4d4125368bf470c3e33042c51b
parent516aded614ce0be80a39b39f4434f0f08071e3f3 (diff)
downloadaur-9f6176a66a803b8c609ad6c2c623e2ea4ed51296.tar.gz
Update to 1.2.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e678546ba73..44296acfba29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,23 @@
pkgbase = discord-screenaudio
pkgdesc = Custom discord client with the ability to stream desktop audio
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/maltejur/discord-screenaudio
arch = x86_64
license = GPL-3.0
- makedepends = cmake
makedepends = qt5-base
makedepends = qt5-webengine
makedepends = knotifications
makedepends = pipewire
+ makedepends = cmake
depends = qt5-base
depends = qt5-webengine
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
+ depends = xdg-desktop-portal-impl
+ source = discord-screenaudio-1.2.0.tar.gz::https://github.com/maltejur/discord-screenaudio/archive/refs/tags/v1.2.0.tar.gz
source = rohrkabel-1.2.tar.gz::https://github.com/Soundux/rohrkabel/archive/refs/tags/v1.2.tar.gz
- sha256sums = 86eabd5c4197bc124e87471284f921d6a7fc23de912010b5ddb995e94dd5a673
+ sha256sums = 8ba0e1afd55dbfee3daf51844cee9594083aaa9518d1d75b78df654bda8c672b
sha256sums = e167e50d4c633a2b96dde5faa28cd83dd56828868c669fcf86c7e0ade7db1dcd
pkgname = discord-screenaudio
diff --git a/PKGBUILD b/PKGBUILD
index fad289b5244a..671e4dc6330b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: Malte Jürgens <maltejur@dismail.de>
pkgname=discord-screenaudio
-pkgver=1.1.0
+pkgver=1.2.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=(qt5-base qt5-webengine knotifications pipewire)
-makedepends=(cmake qt5-base qt5-webengine knotifications pipewire)
+depends=(qt5-base qt5-webengine knotifications pipewire xdg-desktop-portal-impl)
+makedepends=(qt5-base qt5-webengine knotifications pipewire cmake)
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=(
- "86eabd5c4197bc124e87471284f921d6a7fc23de912010b5ddb995e94dd5a673"
+ "8ba0e1afd55dbfee3daf51844cee9594083aaa9518d1d75b78df654bda8c672b"
"e167e50d4c633a2b96dde5faa28cd83dd56828868c669fcf86c7e0ade7db1dcd"
)