summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorspider-mario2018-08-19 20:29:12 +0200
committerspider-mario2018-08-19 20:29:12 +0200
commit9cc23d76779aa050dffa8324130b03c8a0cf06e3 (patch)
treec882ae98e50aa7442e6a175e3abd6ca57f3fa580 /PKGBUILD
parent3228a4957f25c1cfbf2fbfa98b44a6a1104a930f (diff)
downloadaur-9cc23d76779aa050dffa8324130b03c8a0cf06e3.tar.gz
Fix build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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() {