[arch-commits] Commit in supercollider/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Wed Mar 21 19:52:14 UTC 2018
Date: Wednesday, March 21, 2018 @ 19:52:14
Author: dvzrv
Revision: 310248
upgpkg: supercollider 3.9.1-4
Adding sc3-plugins as optdepends.
Modified:
supercollider/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-03-21 19:45:11 UTC (rev 310247)
+++ PKGBUILD 2018-03-21 19:52:14 UTC (rev 310248)
@@ -6,7 +6,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"
@@ -14,7 +14,8 @@
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'
More information about the arch-commits
mailing list