summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGhostNaN2022-03-07 21:15:21 -0500
committerGhostNaN2022-03-07 21:15:21 -0500
commit552e28ff3647e42aa14affae470ecb7a2b6ea5d7 (patch)
tree49d2ad8b4e0dd251cdf1e6861a6da74d19ae6d10
parent7427f423c8587bedfb66bc6b6bb9e610efa5e42d (diff)
downloadaur-recidia-audio-visualizer.tar.gz
Version bump
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a19da12a60eb..331aceed0f1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = recidia-audio-visualizer
pkgdesc = A highly customizable real time audio visualizer
- pkgver = 0.3
+ pkgver = 0.4
pkgrel = 1
url = https://github.com/GhostNaN/recidia-audio-visualizer
arch = i686
@@ -19,8 +19,7 @@ pkgbase = recidia-audio-visualizer
depends = vulkan-driver
optdepends = pulseaudio: Audio data collection - PICK ONE/BOTH
optdepends = portaudio: Audio data collection (Input Only) - PICK ONE/BOTH
- source = recidia-audio-visualizer-0.3.tar.gz::https://github.com/GhostNaN/recidia-audio-visualizer/archive/0.3.tar.gz
- sha256sums = e5aab49f3d9cd2fc500cf61b094cfc28d18fd7001270c96ff8c5b5595f2da0e5
+ source = recidia-audio-visualizer-0.4.tar.gz::https://github.com/GhostNaN/recidia-audio-visualizer/archive/0.4.tar.gz
+ sha256sums = 7d08552f229e53cca8912f43dae846f47fb2d28b65dd71808a7b247549ff8937
pkgname = recidia-audio-visualizer
-
diff --git a/PKGBUILD b/PKGBUILD
index eb047fff9615..6849f6ca105a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: GhostNaN <GhostNaN@protonmail.com>
_gitname=recidia-audio-visualizer
pkgname="$_gitname"
-pkgver=0.3
+pkgver=0.4
pkgrel=1
pkgdesc="A highly customizable real time audio visualizer"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ makedepends=('meson' 'ninja' 'vulkan-headers')
optdepends=('pulseaudio: Audio data collection - PICK ONE/BOTH'
'portaudio: Audio data collection (Input Only) - PICK ONE/BOTH')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/GhostNaN/$_gitname/archive/$pkgver.tar.gz)
-sha256sums=('e5aab49f3d9cd2fc500cf61b094cfc28d18fd7001270c96ff8c5b5595f2da0e5')
+sha256sums=('7d08552f229e53cca8912f43dae846f47fb2d28b65dd71808a7b247549ff8937')
build() {
cd $pkgname-$pkgver