summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d4d73577b26..4d3d40ae82be 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.0a9
- pkgrel = 1
+ pkgrel = 2
url = http://ossia.io
arch = x86_64
license = GPLv3
@@ -24,7 +24,7 @@ pkgbase = ossia-score
optdepends = lilv
optdepends = suil
optdepends = sdl2
- optdepends = tbb
+ optdepends = intel-tbb
provides = ossia-score
replaces = i-score
diff --git a/PKGBUILD b/PKGBUILD
index 9ce76d067354..029c364dc86a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ossia-score
pkgver=2.0.0a9
release_tag=v2.0.0-a9
-pkgrel=1
+pkgrel=2
pkgdesc="Ossia Score, an interactive sequencer for the intermedia arts"
arch=('x86_64')
url="http://ossia.io"
@@ -10,7 +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' 'suil' 'sdl2' 'tbb')
+optdepends=('faust' 'lilv' 'suil' 'sdl2' 'intel-tbb')
provides=('ossia-score')
conflicts=()
replaces=('i-score')