summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c08d461d13f3..c938168d1d6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Jul 28 02:25:52 UTC 2018
+# Sat Jul 28 02:31:14 UTC 2018
pkgbase = mellite-git
pkgdesc = Graphical front-end for the SoundProcesses computer music framework (git)
pkgver = 2.24.0
@@ -11,6 +11,7 @@ pkgbase = mellite-git
makedepends = git
makedepends = sbt
depends = java-environment
+ depends = supercollider
provides = mellite
conflicts = mellite
source = git+https://github.com/Sciss/Mellite
diff --git a/PKGBUILD b/PKGBUILD
index a1e9e1a889cc..8e7844470acb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Graphical front-end for the SoundProcesses computer music framework (gi
arch=(i686 x86_64)
url=https://sciss.github.io/Mellite
license=(GPL3)
-depends=(java-environment)
+depends=(java-environment supercollider)
makedepends=(git sbt)
provides=(mellite)
conflicts=(mellite)