summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfunilrys2023-08-07 15:37:12 +0000
committerfunilrys2023-08-07 15:37:12 +0000
commit08b7ead1f36146b38ea48ded87130cedac526242 (patch)
tree0493a3c8d35b66b3ecce3e3723c20614741e4154 /PKGBUILD
parentcd842013a47d5ccc916ff36c8e13a41921ca1643 (diff)
downloadaur-08b7ead1f36146b38ea48ded87130cedac526242.tar.gz
Update cava to v0.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 71b07140cf55..b4366e0760af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Ex-Maintainer: Celestial Walrus <aur@celestial.cf>
pkgname=cava
-pkgver=0.8.3
+pkgver=0.9.0
pkgrel=1
pkgdesc='Console-based Audio Visualizer for Alsa'
arch=('any')
@@ -12,7 +12,7 @@ depends=('fftw' 'alsa-lib' 'ncurses' 'iniparser' 'sndio' 'portaudio')
optdepends=('pulseaudio')
makedepends=('sndio' 'portaudio' 'libpulse')
source=("$pkgname-$pkgver.tar.gz::https://github.com/karlstav/cava/archive/${pkgver}.tar.gz")
-sha512sums=('cd176428ff293572325d21769fd4fdb666b6301e0fe5c7a2c53af2399a26b3fd10e83647f9c9cc318f4c69cc28835323fb949cd76340c14670df8b544bffa0f0')
+sha512sums=('ed5cd222565324553b598c01740c1178dcaf41f8fe715e301906f122e605e55ec080e3254e23459cab01d03ce5204bee1cc8821c871a5cb95181704522cec76d')
build() {
cd ${pkgname}-${pkgver}