summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGhostNaN2021-01-20 16:20:28 -0500
committerGhostNaN2021-01-20 16:20:28 -0500
commit7427f423c8587bedfb66bc6b6bb9e610efa5e42d (patch)
treed75f18a96e82dc023357336b81d8bad1dc224d9d
parent6a85e373dfb1ab9a30233e2ef23a38f8e6d757a7 (diff)
downloadaur-7427f423c8587bedfb66bc6b6bb9e610efa5e42d.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa7e3001c463..a19da12a60eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = recidia-audio-visualizer
pkgdesc = A highly customizable real time audio visualizer
- pkgver = 0.2
+ pkgver = 0.3
pkgrel = 1
url = https://github.com/GhostNaN/recidia-audio-visualizer
arch = i686
@@ -19,8 +19,8 @@ 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.2.tar.gz::https://github.com/GhostNaN/recidia-audio-visualizer/archive/0.2.tar.gz
- sha256sums = b1e7aa7a30737d22dfe8581c3032e366d8d3d61160b3ef74875ccb55487192eb
+ source = recidia-audio-visualizer-0.3.tar.gz::https://github.com/GhostNaN/recidia-audio-visualizer/archive/0.3.tar.gz
+ sha256sums = e5aab49f3d9cd2fc500cf61b094cfc28d18fd7001270c96ff8c5b5595f2da0e5
pkgname = recidia-audio-visualizer
diff --git a/PKGBUILD b/PKGBUILD
index f0c5340d4147..eb047fff9615 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: GhostNaN <GhostNaN@protonmail.com>
_gitname=recidia-audio-visualizer
pkgname="$_gitname"
-pkgver=0.2
+pkgver=0.3
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=('b1e7aa7a30737d22dfe8581c3032e366d8d3d61160b3ef74875ccb55487192eb')
+sha256sums=('e5aab49f3d9cd2fc500cf61b094cfc28d18fd7001270c96ff8c5b5595f2da0e5')
build() {
cd $pkgname-$pkgver