From 2706b24939587996096e16b9e7e8a78d4ff4672a Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Wed, 1 Jul 2020 14:19:06 +0000
Subject: [PATCH] community/snd to 20.5-1

---
 community/snd/PKGBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/community/snd/PKGBUILD b/community/snd/PKGBUILD
index 7cc8e9090..6fb47e7fa 100644
--- a/community/snd/PKGBUILD
+++ b/community/snd/PKGBUILD
@@ -6,7 +6,7 @@
 #  - build with pulseaudio as sound server, not jack (x86 asm)
 
 pkgname=snd
-pkgver=20.4
+pkgver=20.5
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
@@ -26,7 +26,7 @@ optdepends=('wavpack: For wav support'
             'timidity++: For MIDI to WAVE support'
             'vorbis-tools: For OGG support')
 source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('2efcbff6ede800e38d473915dbd103f6943e50f21cad96a519799baf8d3d6063ec2117ec8dcc351f73171f8a84fc92a93381fc1f45d3cc8902fc2c41c1b68945')
+sha512sums=('a7321e95155b3b470ab4fecec3719cbeaddcb0f2e97a38fd62e0c881671b75d3382ed2cc4572b888165c736f1e1029287473d42919cffa198a69140c76c5cac0')
 
 prepare() {
   cd "${pkgname}-${pkgver}"