summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a56b4677f247..d716c4e891dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = scream-pulse
pkgdesc = A scream receiver using pulseaudio as audio output
pkgver = 3.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/duncanthrax/scream
arch = x86_64
license = custom:MS-PL
- depends = pulseaudio
+ depends = libpulse
provides = scream-ivshmem-pulse
source = https://github.com/duncanthrax/scream/archive/3.4.tar.gz
sha256sums = 1f24ce794d07eb77579044f3e34454315dfbf8332741c69e1f58aae6982f84f4
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")