community/audacity to 2.3.3-2

This commit is contained in:
Kevin Mihelich 2020-02-09 15:49:00 +00:00
parent e4e76fcabe
commit 9907757c32

View file

@ -7,7 +7,7 @@
pkgname=audacity
pkgver=2.3.3
pkgrel=1
pkgrel=2
epoch=1
pkgdesc="A program that lets you manipulate digital audio waveforms"
arch=('x86_64')
@ -25,7 +25,7 @@ depends=('expat' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'gtk3' 'libFLAC.so'
makedepends=('cmake' 'ffmpeg' 'lv2')
optdepends=('ffmpeg: additional import/export capabilities')
source=("https://github.com/${pkgname}/${pkgname}/archive/Audacity-${pkgver}.tar.gz")
sha512sums=('766cc6cf21ff79a74f02497c21d8d28e1d06479218a0064fa252b187cc655845da3615045fc3f1088111441121b40147378dbb5078a4bb480bdd2224d09db3ba')
sha512sums=('0789d5bc27933c688b8c99e0d9d9ca65f3b0c59cf74a235feee094a1815bdb59a32a4f50d2938b8fb9d72b0c5ba88451d02f90c5163931774a2088463562c5ef')
prepare() {
mv -v "${pkgname}-Audacity-${pkgver}" "${pkgname}-${pkgver}"