summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Runge2018-12-16 13:40:57 +0100
committerDavid Runge2018-12-16 13:40:57 +0100
commitaa4de4e9a3e13df8f46e40e0f5915e80620c6791 (patch)
treeb5ade58578cf5b0816434509267aa6876c6eb228 /PKGBUILD
parentac9590121391edfe3f54c608c739ac5e92ed4939 (diff)
downloadaur-aa4de4e9a3e13df8f46e40e0f5915e80620c6791.tar.gz
PKGBUILD: Updating to latest commit and removing redundant dependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 455b850d3ca0..5d5997aa7673 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Runge <dave@sleepmap.de>
_name=ssr
pkgname=ssr-osc-git
-pkgver=0.4.2.r488.g11e1cf1
+pkgver=0.4.2.r489.g2c9ec30
pkgrel=1
pkgdesc="A tool for real-time spatial audio reproduction (with OSC interface)"
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/dvzrv/ssr"
conflicts=('ssr')
provides=('ssr')
license=('GPL3')
-depends=('asio' 'ecasound' 'fftw' 'glu' 'jack' 'liblo' 'libsndfile' 'libxml2' 'qt5-base')
+depends=('asio' 'ecasound' 'fftw' 'glu' 'qt5-base')
makedepends=('gendesk' 'git' 'help2man' 'qt5-tools')
source=("git+https://github.com/dvzrv/${_name}#branch=networking-with-osc")
sha512sums=('SKIP')