summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8290704ccfe7..1a56ad76eff8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ossia-score
pkgdesc = Ossia Score, an interactive sequencer for the intermedia arts
pkgver = 2.0.0a3
- pkgrel = 1
+ pkgrel = 2
url = http://www.ossia.io
arch = x86_64
license = GPLv3
@@ -20,6 +20,8 @@ pkgbase = ossia-score
depends = ffmpeg
depends = portaudio
depends = jack2
+ optdepends = faust
+ optdepends = lilv
provides = ossia-score
replaces = i-score
diff --git a/PKGBUILD b/PKGBUILD
index 47996abc6e53..0a9623fb7eb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ossia-score
pkgver=2.0.0a3
release_tag=v2.0.0-a3
-pkgrel=1
+pkgrel=2
pkgdesc="Ossia Score, an interactive sequencer for the intermedia arts"
arch=('x86_64')
url="http://www.ossia.io"
@@ -10,6 +10,7 @@ license=('GPLv3')
groups=()
depends=('boost' 'qt5-base' 'qt5-imageformats' 'qt5-svg' 'qt5-websockets' 'qt5-quickcontrols2' 'qt5-serialport' 'qt5-multimedia' 'qt5-declarative' 'ffmpeg' 'portaudio' 'jack2')
makedepends=('git' 'cmake' 'qt5-tools')
+optdepends=('faust' 'lilv')
provides=('ossia-score')
conflicts=()
replaces=('i-score')