summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3SOX2021-05-17 02:07:27 +0200
committerD3SOX2021-05-17 02:07:27 +0200
commit343ec8bfd4e1081be39d613cd951d116bfb0c844 (patch)
tree8c72cd2cfe133090b120bd50dfe71ae0fedbd319
parentebddfff083f9f6ddf1498c9b3b46e801d68ece4d (diff)
downloadaur-343ec8bfd4e1081be39d613cd951d116bfb0c844.tar.gz
update to 0.2.3
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32f9fe2426bc..6123840c2ce8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = soundux
pkgdesc = A cross-platform soundboard - stable version
- pkgver = 0.2.2_b3
- pkgrel = 3
+ pkgver = 0.2.3
+ pkgrel = 1
url = https://github.com/Soundux/Soundux
arch = any
license = GPL3
@@ -15,8 +15,8 @@ pkgbase = soundux
depends = lsb-release
optdepends = youtube-dl: downloader integration
optdepends = ffmpeg: downloader integration
- source = https://github.com/Soundux/Soundux/releases/download/0.2.2_b3/soundux-0.2.2_b3.tar.gz
- sha256sums = 76c08786da00ad951a96c6f547a952bd0aa1fbaeac2a5f991bc6873355735777
+ source = https://github.com/Soundux/Soundux/releases/download/0.2.3/soundux-0.2.3.tar.gz
+ sha256sums = 7e43d77e87c87fae718e4a4455a843d8a4c2f0d21cc783e6bf36dcfe43d0d151
pkgname = soundux
diff --git a/PKGBUILD b/PKGBUILD
index e1ec17c0e579..a22135b6ca73 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nico <d3sox at protonmail dot com>
pkgname=soundux
-pkgver=0.2.2_b3
-pkgrel=3
+pkgver=0.2.3
+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')
makedepends=('git' 'cmake' 'ninja')
source=("https://github.com/Soundux/Soundux/releases/download/$pkgver/soundux-$pkgver.tar.gz")
-sha256sums=('76c08786da00ad951a96c6f547a952bd0aa1fbaeac2a5f991bc6873355735777')
+sha256sums=('7e43d77e87c87fae718e4a4455a843d8a4c2f0d21cc783e6bf36dcfe43d0d151')
build() {
cd "${srcdir}/Soundux"