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 300eb08b7818..99e53f5c4bbc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Jul 28 02:23:44 UTC 2018
+# Sat Jul 28 02:30:37 UTC 2018
pkgbase = mellite
pkgdesc = Graphical front-end for the SoundProcesses computer music framework
pkgver = 2.24.0
@@ -10,6 +10,7 @@ pkgbase = mellite
license = GPL3
makedepends = sbt
depends = java-environment
+ depends = supercollider
conflicts = mellite-git
source = https://github.com/Sciss/Mellite/archive/v2.24.0.tar.gz
sha512sums = c82a7e0d942fd957484665b7bd511e621146599b9586290e23fc7f2e762dad7e408f253072d98e5cfdbc002313fa6beb3e7f00cb724cfb5ed697c9313a208c00
diff --git a/PKGBUILD b/PKGBUILD
index 0bff6a58990a..113f92393fb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Graphical front-end for the SoundProcesses computer music framework'
arch=(i686 x86_64)
url=https://sciss.github.io/Mellite
license=(GPL3)
-depends=(java-environment)
+depends=(java-environment supercollider)
makedepends=(sbt)
conflicts=(mellite-git)
source=(https://github.com/Sciss/Mellite/archive/v$pkgver.tar.gz)