summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Michaël Celerier2018-04-29 11:56:51 +0200
committerJean-Michaël Celerier2018-04-29 11:56:51 +0200
commitd4656953928ebd73f0015a2d775f1ed6c467a397 (patch)
tree912087d90aaad8782bd2280f14c541db2f613e42
parentfc129015d78d8af335efd5ebd4110a2dd5cf659d (diff)
downloadaur-d4656953928ebd73f0015a2d775f1ed6c467a397.tar.gz
update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09fade988055..0c364032fa39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = ossia-score-git
pkgrel = 2
url = http://www.ossia.io
arch = x86_64
- license = CeCILLv2
+ license = GPLv3
makedepends = git
makedepends = cmake
makedepends = qt5-tools
@@ -20,6 +20,8 @@ pkgbase = ossia-score-git
depends = ffmpeg
depends = portaudio
depends = jack2
+ optdepends = faust
+ optdepends = lilv
provides = ossia-score
replaces = i-score
diff --git a/PKGBUILD b/PKGBUILD
index de4ff831bcaf..d2df7d071634 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,11 @@ pkgrel=2
pkgdesc="Ossia Score, an interactive sequencer for the intermedia arts (git master)"
arch=('x86_64')
url="http://www.ossia.io"
-license=('CeCILLv2')
+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')