summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHanspeter Portner2018-03-10 22:07:51 +0100
committerHanspeter Portner2018-03-10 22:07:51 +0100
commit30b1731651fb5188bec1da3066ee286a94b15668 (patch)
treea2f1041611f847ffbe74a53415e10d68df8973e6
parentc27b66380d4c19e18ac5417b22e3cadaf1114c0f (diff)
downloadaur-30b1731651fb5188bec1da3066ee286a94b15668.tar.gz
Add zita-alsa-pcmi to dependencies
Alththough implicitely included by jack, needs an explicit inclusion by jack2.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cb4af1e641c..c0ca19a3ee47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = synthpod-git
pkgdesc = Lightweight non-linear plugin host
- pkgver = 0.1.5537
- pkgrel = 4
+ pkgver = 0.1.5565
+ pkgrel = 1
url = http://open-music-kontrollers.ch/lv2/synthpod/
arch = i686
arch = x86_64
@@ -14,6 +14,7 @@ pkgbase = synthpod-git
depends = lilv
depends = jack
depends = libgl
+ depends = zita-alsa-pcmi
optdepends = gtk2
optdepends = gtk3
optdepends = qt4
diff --git a/PKGBUILD b/PKGBUILD
index ec756f10f3b3..84822c5da0ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Hanspeter Portner <dev at open-music-kontrollers dot ch>
_pkgname=synthpod
pkgname="${_pkgname}-git"
-pkgver=0.1.5537
-pkgrel=4
+pkgver=0.1.5565
+pkgrel=1
pkgdesc="Lightweight non-linear plugin host"
arch=('i686' 'x86_64')
url="http://open-music-kontrollers.ch/lv2/synthpod/"
license=('Artistic2.0')
groups=('lv2-plugins' 'lv2-hosts')
-depends=('lilv' 'jack' 'libgl')
+depends=('lilv' 'jack' 'libgl' 'zita-alsa-pcmi')
makedepends=('git' 'cmake' 'lv2')
optdepends=('gtk2' 'gtk3' 'qt4' 'qt5-base')
provides=("$_pkgname")