summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspider-mario2018-08-19 20:29:12 +0200
committerspider-mario2018-08-19 20:29:12 +0200
commit9cc23d76779aa050dffa8324130b03c8a0cf06e3 (patch)
treec882ae98e50aa7442e6a175e3abd6ca57f3fa580
parent3228a4957f25c1cfbf2fbfa98b44a6a1104a930f (diff)
downloadaur-9cc23d76779aa050dffa8324130b03c8a0cf06e3.tar.gz
Fix build
-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() {