diff options
author | GhostNaN | 2021-01-20 16:20:28 -0500 |
---|---|---|
committer | GhostNaN | 2021-01-20 16:20:28 -0500 |
commit | 7427f423c8587bedfb66bc6b6bb9e610efa5e42d (patch) | |
tree | d75f18a96e82dc023357336b81d8bad1dc224d9d /PKGBUILD | |
parent | 6a85e373dfb1ab9a30233e2ef23a38f8e6d757a7 (diff) | |
download | aur-7427f423c8587bedfb66bc6b6bb9e610efa5e42d.tar.gz |
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |