summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 702e7bf37882..6f78607e71c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = zyn-fusion
makedepends = python
makedepends = ruby-rake
makedepends = glu
+ makedepends = python2
depends = fftw
depends = libglvnd
depends = mxml
@@ -23,7 +24,7 @@ pkgbase = zyn-fusion
provides = zynaddsubfx
conflicts = zynaddsubfx
source = git+https://github.com/zynaddsubfx/zynaddsubfx.git#tag=3.0.3
- source = git+https://github.com/mruby-zest/mruby-zest-build.git#commit=f98cdb072bb25bdcc2f5fe8370dce204b1149000
+ source = git+https://github.com/mruby-zest/mruby-zest-build.git#commit=c66085607ab2e3a0a2a8e90bda28bdc1ef8dc0e6
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1be10e8230b5..555257264bc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,11 +9,12 @@ license=('GPL2' 'LGPL2.1')
depends=('fftw' 'libglvnd' 'mxml' 'jack' 'liblo' 'alsa-lib' 'portaudio')
makedepends=('git' 'wget' 'cmake' 'python' 'ruby-rake'
'glu' # For building pugl, which does not seem to actually need it at runtime
+ 'python2' # Also for pugl
)
provides=('zynaddsubfx')
conflicts=('zynaddsubfx')
source=("git+https://github.com/zynaddsubfx/zynaddsubfx.git#tag=$pkgver"
- 'git+https://github.com/mruby-zest/mruby-zest-build.git#commit=f98cdb072bb25bdcc2f5fe8370dce204b1149000')
+ 'git+https://github.com/mruby-zest/mruby-zest-build.git#commit=c66085607ab2e3a0a2a8e90bda28bdc1ef8dc0e6')
sha512sums=('SKIP' 'SKIP')
prepare() {