summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Runge2019-02-24 15:47:24 +0100
committerDavid Runge2019-02-24 15:47:24 +0100
commite36177893820d77b475dbff9d032c0de75bd2fa0 (patch)
treec5a6d459c5eeda044150890ccd31e1d49638612b /PKGBUILD
parentaa4de4e9a3e13df8f46e40e0f5915e80620c6791 (diff)
downloadaur-ssr-osc-git.tar.gz
Making provides more explicit. Moving asio to makedepends (it's header-only).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d5997aa7673..7a580f000e30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: David Runge <dave@sleepmap.de>
_name=ssr
pkgname=ssr-osc-git
-pkgver=0.4.2.r489.g2c9ec30
+pkgver=0.4.2.r498.g31dd677
pkgrel=1
pkgdesc="A tool for real-time spatial audio reproduction (with OSC interface)"
arch=('x86_64')
url="https://github.com/dvzrv/ssr"
conflicts=('ssr')
-provides=('ssr')
+provides=("ssr=${pkgver}")
license=('GPL3')
-depends=('asio' 'ecasound' 'fftw' 'glu' 'qt5-base')
-makedepends=('gendesk' 'git' 'help2man' 'qt5-tools')
+depends=('ecasound' 'fftw' 'glu' 'qt5-base')
+makedepends=('asio' 'gendesk' 'git' 'help2man' 'qt5-tools')
source=("git+https://github.com/dvzrv/${_name}#branch=networking-with-osc")
sha512sums=('SKIP')