summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2023-09-12 22:53:20 +0200
committerChristopher Arndt2023-09-12 22:53:20 +0200
commitc749baf3a4c466a32b99d09baf83e6c4838e8b8b (patch)
tree1225bcea028a9669d5b51550696c1b427c511e0d /PKGBUILD
parent239c47eea03444354e0edba49ce2155bdbc813a6 (diff)
downloadaur-tunefish4-git.tar.gz
Update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7224a1389882..5aeef260ebca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
_pkgname=tunefish4
pkgname="${_pkgname}-git"
pkgver=4.3.0.r107.7e48ce8
-pkgrel=1
+pkgrel=2
pkgdesc='An additive wavetable-based synthesizer VST plugin (git version)'
arch=(x86_64)
url="https://www.tunefish-synth.com/"
# See https://github.com/paynebc/tunefish/blob/master/COPYING
license=(GPL3)
groups=(vst-plugins)
-depends=(webkit2gtk)
-makedepends=(git vst2sdk)
+depends=(glibc gcc-libs)
+makedepends=(alsa-lib curl freetype2 git vst2sdk)
provides=($_pkgname)
conflicts=($_pkgname "${_pkgname}-vst-bin")
source=("$_pkgname::git+https://github.com/paynebc/tunefish.git")
@@ -33,6 +33,7 @@ build() {
}
package() {
+ depends+=(libasound.so libcurl.so libfreetype.so)
cd $_pkgname
install -Dm755 src/tunefish4/Builds/LinuxMakefile/build/Tunefish4.so \
-t "$pkgdir"/usr/lib/vst