From 4949be6f4c0659ca90e55d65c28248f709ddb74a Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 19 Nov 2019 02:35:38 +0000 Subject: [PATCH] community/snd to 19.9-1 --- community/snd/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/snd/PKGBUILD b/community/snd/PKGBUILD index 59a5bcddb..b6278aa6a 100644 --- a/community/snd/PKGBUILD +++ b/community/snd/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: David Runge +# Maintainer: David Runge # Contributor: Ray Rashif # Contributor: Juergen Hoetzel # Contributor: see .contrib @@ -7,7 +7,7 @@ # - build with pulseaudio as sound server, not jack (x86 asm) pkgname=snd -pkgver=19.8 +pkgver=19.9 pkgrel=1 pkgdesc="An advanced sound editor" arch=('x86_64') @@ -25,7 +25,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=('466fc1466e64588a0552255e3b02d589a42ddb8eb3339a9599704f24d52d08ee2813f1aa206974403cd2b63a33737eb08eb4a7ed6025d1090551770958785237') +sha512sums=('fa78c80f52b78d5b78662fe74579c63f7933383ccf114be20286405578cb929bc9845bb4b779a95ecbd09a76bb23a1d9ad4ec0bc638d73f44e6d20392b54dd74') prepare() { cd "${pkgname}-${pkgver}"