summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20878b4bbb77..ec756f10f3b3 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.5507
-pkgrel=3
+pkgver=0.1.5537
+pkgrel=4
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' 'libuv' 'jack' 'libgl')
+depends=('lilv' 'jack' 'libgl')
makedepends=('git' 'cmake' 'lv2')
optdepends=('gtk2' 'gtk3' 'qt4' 'qt5-base')
provides=("$_pkgname")