git » audacity.git » commit 120d6d5

Upgrading to 2.3.2.

author David Runge
2019-05-13 18:53:38 UTC
committer David Runge
2019-05-13 18:53:38 UTC
parent 425d244c2760e51c3e02a30adcf27cf2ca80d288

Upgrading to 2.3.2.

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 2ccaf84..dc6a82f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
 # Contributor: Eric BĂ©langer <eric@archlinux.org>
 
 pkgname=audacity
-pkgver=2.3.1
-pkgrel=2
+pkgver=2.3.2
+pkgrel=1
 epoch=1
 pkgdesc="A program that lets you manipulate digital audio waveforms"
 arch=('x86_64')
@@ -18,7 +18,7 @@ depends=('libid3tag' 'libmad' 'libsoxr' 'lilv' 'portsmf' 'soundtouch' 'suil'
 makedepends=('cmake' 'ffmpeg')
 optdepends=('ffmpeg: additional import/export capabilities')
 source=("https://github.com/${pkgname}/${pkgname}/archive/Audacity-${pkgver}.tar.gz")
-sha512sums=('066f57bd90d2baea6969f0cbfb63e41a42ed6dac955d87dc7b601c7a270888363e414c57e36393618801ea31b1068b7b22003f52897bf9a44fbc355aaf23cbaa')
+sha512sums=('a59d6e9e974d5f78f5ca561e3bea31fc1b3e88f9ea60b2df7ce8bcec264d886f3fdc8f20030e11a86daff8ffeb735850b5e5f73c45fbef0bfcc58692423e7cd0')
 
 prepare() {
   mv -v "${pkgname}-Audacity-${pkgver}" "${pkgname}-${pkgver}"