summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVaporeon2024-04-18 12:02:31 +1200
committerVaporeon2024-04-18 12:02:31 +1200
commitf5e02dd696b041a6ab031ebfb178cdab99d91e6c (patch)
tree0892b2deba323c486140d14e6a3f92931d1adbbc /PKGBUILD
parentbc5649e510f844b704542c047e632f1b646f3c4e (diff)
downloadaur-scream.tar.gz
Fix most issues found with namcap
I left the pkgdesc warning as "Scream" here refers to the network protocol and not the package itself
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 769cd326ec29..5598ec2f36ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Contributor: Vaporeon <vaporeon@vaporeon.io>
pkgname=scream
pkgver=4.0
-pkgrel=1
+pkgrel=2
pkgdesc='A Scream audio receiver using Pulseaudio, ALSA, JACK or stdout as audio output'
arch=('x86_64')
provides=('scream')
-depends=('jack' 'libpulse' 'libsoxr' 'alsa-lib')
+depends=('alsa-lib' 'glibc' 'jack' 'libpcap' 'libpulse' 'libsoxr')
makedepends=('cmake' 'ninja')
conflicts=('scream' 'scream-pulse' 'scream-alsa')
url='https://github.com/duncanthrax/scream'
-license=('custom:MS-PL')
+license=('MS-PL')
source=("${url}/archive/${pkgver}.tar.gz")
sha256sums=('02f5ca22738bdf66ee9539b183f315508877db7ab9712633f70b2cf951e5c591')