summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalte Jürgens2022-07-18 18:34:59 +0000
committerMalte Jürgens2022-07-18 18:34:59 +0000
commit4a8d1f77b52975ce51f700a721595569ddaeae88 (patch)
tree811013886435405af4c9928ccdcdd2bed242cfa0
parent2530688a6fa354146d0a457e73a4773f027da282 (diff)
downloadaur-4a8d1f77b52975ce51f700a721595569ddaeae88.tar.gz
bump version to v1.0.0-rc.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09b722bc672c..d0d3a2ae2280 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.0.rc.2
+ pkgver = 1.0.0.rc.3
pkgrel = 1
url = https://github.com/maltejur/discord-screenaudio
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = discord-screenaudio
makedepends = qt5-webengine
makedepends = pipewire
depends = pipewire
- source = discord-screenaudio-1.0.0.rc.2.tar.gz::https://github.com/maltejur/discord-screenaudio/archive/refs/tags/v1.0.0-rc.2.tar.gz
- sha256sums = b999c9d3f99f9e5b0c30b1ae18e6620e8b6e380eaaadc5db144eeab33d0d6078
+ source = discord-screenaudio-1.0.0.rc.3.tar.gz::https://github.com/maltejur/discord-screenaudio/archive/refs/tags/v1.0.0-rc.3.tar.gz
+ sha256sums = 112f0c30c9776826f92875b8f98ef06ddb86a1cf4ef1043189c1b92efee80ef0
pkgname = discord-screenaudio
diff --git a/PKGBUILD b/PKGBUILD
index db5897238ae3..eb2b09a3266f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Malte Jürgens <maltejur@dismail.de>
pkgname=discord-screenaudio
-pkgver=1.0.0.rc.2
+pkgver=1.0.0.rc.3
pkgrel=1
pkgdesc="Custom discord client with the ability to stream desktop audio"
arch=("x86_64")
@@ -9,11 +9,11 @@ url="https://github.com/maltejur/discord-screenaudio"
license=("GPL-3.0")
depends=(pipewire)
makedepends=(cmake qt5-base qt5-webengine pipewire)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/maltejur/$pkgname/archive/refs/tags/v1.0.0-rc.2.tar.gz")
-sha256sums=("b999c9d3f99f9e5b0c30b1ae18e6620e8b6e380eaaadc5db144eeab33d0d6078")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/maltejur/$pkgname/archive/refs/tags/v1.0.0-rc.3.tar.gz")
+sha256sums=("112f0c30c9776826f92875b8f98ef06ddb86a1cf4ef1043189c1b92efee80ef0")
build() {
- cmake -B build -S $pkgname-1.0.0-rc.2 -DCMAKE_INSTALL_PREFIX=/usr
+ cmake -B build -S $pkgname-1.0.0-rc.3 -DCMAKE_INSTALL_PREFIX=/usr
cmake --build build --config Release
}