summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3SOX2021-05-18 13:48:31 +0200
committerD3SOX2021-05-18 13:48:31 +0200
commitd49e97626183b14b4e992776556bfe6800afe648 (patch)
tree7e8f6a1e383bb3c08df68134300708e6f5e20a5f
parenta6adb88efd2f294b308bce0277bb9d945a5a3ad7 (diff)
downloadaur-d49e97626183b14b4e992776556bfe6800afe648.tar.gz
update to 0.2.4
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a2a2035d111..ca19998b2239 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = soundux
pkgdesc = A cross-platform soundboard - stable version
- pkgver = 0.2.3
- pkgrel = 2
+ pkgver = 0.2.4
+ pkgrel = 1
url = https://github.com/Soundux/Soundux
arch = any
license = GPL3
@@ -17,8 +17,8 @@ pkgbase = soundux
optdepends = youtube-dl: downloader integration
optdepends = ffmpeg: downloader integration
optdepends = pipewire: pipewire backend
- source = https://github.com/Soundux/Soundux/releases/download/0.2.3/soundux-0.2.3.tar.gz
- sha256sums = 7e43d77e87c87fae718e4a4455a843d8a4c2f0d21cc783e6bf36dcfe43d0d151
+ source = https://github.com/Soundux/Soundux/releases/download/0.2.4/soundux-0.2.4.tar.gz
+ sha256sums = e48f2482eb951e528cc6089fe41491c70284a6c3f24f4ba08ab740021fd17905
pkgname = soundux
diff --git a/PKGBUILD b/PKGBUILD
index 60a5d19f5e23..aac0ecbc8a86 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nico <d3sox at protonmail dot com>
pkgname=soundux
-pkgver=0.2.3
-pkgrel=2
+pkgver=0.2.4
+pkgrel=1
pkgdesc="A cross-platform soundboard - stable version"
arch=('any')
url="https://github.com/Soundux/Soundux"
@@ -10,7 +10,7 @@ depends=('pulseaudio' 'webkit2gtk' 'libwnck3' 'libappindicator-gtk3' 'lsb-releas
optdepends=('youtube-dl: downloader integration' 'ffmpeg: downloader integration' 'pipewire: pipewire backend')
makedepends=('git' 'cmake' 'ninja' 'pipewire')
source=("https://github.com/Soundux/Soundux/releases/download/$pkgver/soundux-$pkgver.tar.gz")
-sha256sums=('7e43d77e87c87fae718e4a4455a843d8a4c2f0d21cc783e6bf36dcfe43d0d151')
+sha256sums=('e48f2482eb951e528cc6089fe41491c70284a6c3f24f4ba08ab740021fd17905')
build() {
cd "${srcdir}/Soundux"