From 17bd5e3418884a712da1649ca85d557ea8d4622c Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 3 Aug 2020 13:46:26 +0000 Subject: [PATCH] community/snd to 20.6-1 --- community/snd/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/community/snd/PKGBUILD b/community/snd/PKGBUILD index 6fb47e7fa..fd00934cd 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.5 +pkgver=20.6 pkgrel=1 pkgdesc="An advanced sound editor" arch=('x86_64') @@ -26,7 +26,8 @@ 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=('a7321e95155b3b470ab4fecec3719cbeaddcb0f2e97a38fd62e0c881671b75d3382ed2cc4572b888165c736f1e1029287473d42919cffa198a69140c76c5cac0') +sha512sums=('b54b9cbcc37e410127612ceb0f7d435c7baae9cb4d767f9e81d91c622f2686dcc7b7225a3ed132e89655a67e0cf22f65fc8fa9dee675583c5d50f6c563bb900e') +b2sums=('f20c070dc3784a0d764fab36791d9cfd61e483eda4b62310822547246cb6d6bae84f24212ddb6ae173018801cf71ef9e2d611745362e492578605e325584ae17') prepare() { cd "${pkgname}-${pkgver}"