summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfatalis2019-12-26 07:39:18 -0600
committerfatalis2019-12-26 07:39:18 -0600
commit241b27106aaa9e2b5bfa607c6a5d7dcfd00c2807 (patch)
treeee3ad8761cf3c670cf6b8c937539870f3a0d53b4 /PKGBUILD
parente7fae30e862bb939fe1569a20239c10b05eb6a5e (diff)
downloadaur-241b27106aaa9e2b5bfa607c6a5d7dcfd00c2807.tar.gz
fix depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8278baeae068..084bf275a88c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: fatalis <fatalis@fatalis.pw>
pkgname=scream-pulse
pkgver=3.4
-pkgrel=1
+pkgrel=2
pkgdesc='A scream receiver using pulseaudio as audio output'
arch=('x86_64')
provides=('scream-ivshmem-pulse')
-depends=('pulseaudio')
+depends=('libpulse')
url='https://github.com/duncanthrax/scream'
license=('custom:MS-PL')
source=("${url}/archive/${pkgver}.tar.gz")