summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGhostNaN2020-10-03 00:46:29 -0400
committerGhostNaN2020-10-03 00:46:29 -0400
commit69129f482e546a774784922fef99ce67fdb0cc35 (patch)
tree3f650a1bfd9612d1090f74ce56bdf919b4e7a354
parent55582b360ce5f01d2ccb19e938a2d11bbdee1466 (diff)
downloadaur-69129f482e546a774784922fef99ce67fdb0cc35.tar.gz
Update SHA256
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1d14fc18420..0dca4daacae5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,7 +17,7 @@ pkgbase = recidia-audio-visualizer
depends = portaudio
optdepends = pulseaudio
source = recidia-audio-visualizer-0.1.tar.gz::https://github.com/GhostNaN/recidia-audio-visualizer/archive/0.1.tar.gz
- sha256sums = afdbd0f069e857b62bbb30ca3ba34ee95a7b8334c02711a4c82829bf206dfd0d
+ sha256sums = f1a6f8e2a2d56e9f57bb26e08987b50900664e5f0a221733416635359e51fae5
pkgname = recidia-audio-visualizer
diff --git a/PKGBUILD b/PKGBUILD
index 8ba605f4d410..37cc5b0cac67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=('gsl' 'fftw' 'ncurses' 'libconfig' 'portaudio')
makedepends=('git' 'meson' 'ninja' 'pkgconf')
optdepends=('pulseaudio')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/GhostNaN/$_gitname/archive/$pkgver.tar.gz)
-sha256sums=('afdbd0f069e857b62bbb30ca3ba34ee95a7b8334c02711a4c82829bf206dfd0d')
+sha256sums=('f1a6f8e2a2d56e9f57bb26e08987b50900664e5f0a221733416635359e51fae5')
build() {
cd $pkgname-$pkgver