summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilk Brewster2020-09-24 23:06:51 +0100
committerMilk Brewster2020-09-24 23:06:51 +0100
commit8f960f03bf445daf475fb80e5590e405d2d56a50 (patch)
treebf80fe8c14601a2f44f8a3654190dc477f5389f9
parentefc92368a17fd26b85e93caceeea6d55d9c80700 (diff)
downloadaur-8f960f03bf445daf475fb80e5590e405d2d56a50.tar.gz
fix deps and premake version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11298d0b47e3..ba414bd4cc19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bespokesynth-git
pkgdesc = Software modular synth, VST host input, transport/Ableton Push (unstable)
- pkgver = r259.042693b
+ pkgver = r311.881cb92
pkgrel = 1
url = https://github.com/awwbees/BespokeSynth
arch = x86_64
@@ -16,6 +16,8 @@ pkgbase = bespokesynth-git
depends = python
depends = libxext
depends = ladspa
+ depends = juce
+ depends = xorg-server-xvfb
provides = bespokesynth
provides = bespokesynth-bin
conflicts = bespokesynth
diff --git a/PKGBUILD b/PKGBUILD
index 974c6ae84f31..a47d8cb402fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
_pkgname=bespokesynth
pkgname="$_pkgname"-git
pkgdesc="Software modular synth, VST host input, transport/Ableton Push (unstable)"
-pkgver=r259.042693b
+pkgver=r311.881cb92
pkgrel=1
arch=(x86_64)
url="https://github.com/awwbees/BespokeSynth"
license=(GPL3)
-depends=('jack' 'curl' 'mesa' 'xorg-xrandr' 'python' 'libxext' 'ladspa')
+depends=('jack' 'curl' 'mesa' 'xorg-xrandr' 'python' 'libxext' 'ladspa' 'juce' 'xorg-server-xvfb')
makedepends=('gcc' 'libx11' 'libxinerama' 'freetype2' )
checkdepends=()
optdepends=()
@@ -56,5 +56,5 @@ package() {
mkdir -p ${pkgdir}/usr/share/icons/hicolor/512x512/apps
install ${srcdir}/BespokeSynth/bespoke_icon.png ${pkgdir}/usr/share/icons/hicolor/512x512/apps
mkdir -p ${pkgdir}/usr/share/applications/
- install ${srcdir}/../BespokeSynth.desktop ${pkgdir}/usr/share/applications/BespokeSynth.desktop
+ install ${srcdir}/BespokeSynth/BespokeSynth.desktop ${pkgdir}/usr/share/applications/BespokeSynth.desktop
}