diff --git a/community/supercollider/PKGBUILD b/community/supercollider/PKGBUILD index ef272e18c..ea0b8d648 100644 --- a/community/supercollider/PKGBUILD +++ b/community/supercollider/PKGBUILD @@ -9,7 +9,7 @@ _name=SuperCollider pkgname=supercollider pkgver=3.9.1 -pkgrel=3 +pkgrel=4 pkgdesc="An environment and programming language for real time audio synthesis and algorithmic composition" arch=('x86_64') url="https://supercollider.github.io" @@ -17,7 +17,8 @@ license=('GPL3') depends=('boost-libs' 'fftw' 'jack' 'qt5-webkit' 'yaml-cpp') makedepends=('boost' 'cmake' 'emacs' 'qt5-tools') optdepends=('emacs: emacs interface' - 'gedit: gedit interface') + 'gedit: gedit interface' + 'sc3-plugins: additional extension plugins for scsynth') source=("https://github.com/${pkgname}/${pkgname}/releases/download/Version-${pkgver}/${_name}-${pkgver}-Source-linux.tar.bz2" '0001-cmake-correctly-include-yaml-cpp.patch' '0002-set-YAMLCPP_LIBRARY-and-YAMLCPP_INCLUDE_DIR-if-not-u.patch'