summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 17 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18331ad5f665..0902b47f3182 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = audacity-git
pkgdesc = A program that lets you manipulate digital audio waveforms
- pkgver = 3.3.3.r826.ga3335ea08
+ pkgver = 3.4.2.r93.g86a6b6df8
pkgrel = 1
url = https://www.audacityteam.org/
arch = i686
@@ -31,6 +31,7 @@ pkgbase = audacity-git
depends = lilv
depends = lv2
depends = mpg123
+ depends = opusfile
depends = portaudio
depends = portmidi
depends = portsmf
@@ -47,6 +48,11 @@ pkgbase = audacity-git
depends = zlib
optdepends = ffmpeg: additional import/export capabilities
provides = audacity
+ provides = ladspa-host
+ provides = lv2-host
+ provides = vamp-host
+ provides = vst-host
+ provides = vst3-host
conflicts = audacity
source = git+https://github.com/audacity/audacity.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7ddf2c4ad34c..d643495139ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Eric BĂ©langer <eric@archlinux.org>
pkgname=audacity-git
-pkgver=3.3.3.r826.ga3335ea08
+pkgver=3.4.2.r93.g86a6b6df8
pkgrel=1
pkgdesc="A program that lets you manipulate digital audio waveforms"
arch=('i686' 'x86_64')
@@ -31,6 +31,7 @@ depends=(
'lilv'
'lv2'
'mpg123'
+ 'opusfile'
'portaudio'
'portmidi'
'portsmf'
@@ -48,7 +49,14 @@ depends=(
)
makedepends=('cmake' 'gcc' 'git' 'nasm')
optdepends=('ffmpeg: additional import/export capabilities')
-provides=('audacity')
+provides=(
+ 'audacity'
+ 'ladspa-host'
+ 'lv2-host'
+ 'vamp-host'
+ 'vst-host'
+ 'vst3-host'
+)
conflicts=('audacity')
source=("git+https://github.com/audacity/audacity.git")
sha256sums=('SKIP')