summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2019-02-05 21:39:17 -0700
committerBrian Bidulock2019-02-05 21:39:17 -0700
commita812b4dd93d37655e8c1b8291a4e57cac8b60a8e (patch)
treee682dd4578b4f851668d5f32dd24beb9e82e5009 /PKGBUILD
parent3ff28c68f28b7fe39d7ac7a8bf33c001fdd3e584 (diff)
downloadaur-a812b4dd93d37655e8c1b8291a4e57cac8b60a8e.tar.gz
some dependency fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ebc5b4b9bec..04326782f4c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,16 @@
-# Maintainer <sl1pkn07@gmail.com>
-# Contributor <Themaister> <maister@archlinux.us>
+# Maintainer: <sl1pkn07@gmail.com>
+# Contributor: <Themaister> <maister@archlinux.us>
pkgname=rsound
pkgver=1.1
-pkgrel=3
+pkgrel=4
pkgdesc='Simple solution for streaming PCM data from client to server in real time.'
url='http://github.com/Themaister/RSound'
arch=('i686' 'x86_64')
license=('GPL')
+depends=('libao' 'portaudio' 'openal' 'libpulse')
+optdepends=('alsa-lib' 'pulseaudio' 'jack')
+makedepends=('libao' 'portaudio' 'openal' 'alsa-lib' 'pulseaudio' 'jack')
source=("https://github.com/Themaister/RSound/archive/v${pkgver}.tar.gz")
sha256sums=('dd4e32467360c5b49603da9f48bb4e69e4da4f60863a576a9df797091820faf3')