summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorosch2021-08-02 20:19:16 +0200
committerosch2021-08-02 20:19:16 +0200
commita70231197dd4ec7d8dedb4ce8d642281b69c5dc6 (patch)
tree74564d14de611087fb3de4a6e97a1caee8bc3f2c
parent831ac2e64ba8372e82191c6bb967e94306504777 (diff)
downloadaur-a70231197dd4ec7d8dedb4ce8d642281b69c5dc6.tar.gz
added zlib dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aaa8e7f03e68..dac10f2d1b92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -42,6 +42,7 @@ pkgbase = audacity-wxgtk2
depends = alsa-lib
depends = jack
depends = util-linux
+ depends = zlib
provides = audacity
conflicts = audacity
source = https://github.com/audacity/audacity/archive/Audacity-3.0.3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 43b2e16cc5c6..e182e4790392 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ groups=('pro-audio')
depends=('libmad' 'libid3tag' 'gtk2' 'glib2' 'soundtouch' 'ffmpeg' 'vamp-plugin-sdk'
'portsmf' 'portmidi' 'twolame' 'suil' 'lilv' 'lv2' 'serd' 'sord' 'sratom' 'python'
'flac' 'libvorbis' 'libogg' 'vamp-plugin-sdk' 'portaudio' 'libsoxr' 'libsndfile' 'lame'
-'expat' 'alsa-lib' 'jack' 'util-linux')
+'expat' 'alsa-lib' 'jack' 'util-linux' 'zlib')
makedepends=('cmake' 'autoconf' 'automake' 'libtool' 'git' 'conan')
provides=("audacity")
conflicts=("audacity")