summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVaporeon2024-04-18 12:02:31 +1200
committerVaporeon2024-04-18 12:02:31 +1200
commitf5e02dd696b041a6ab031ebfb178cdab99d91e6c (patch)
tree0892b2deba323c486140d14e6a3f92931d1adbbc
parentbc5649e510f844b704542c047e632f1b646f3c4e (diff)
downloadaur-f5e02dd696b041a6ab031ebfb178cdab99d91e6c.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
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cc450edccb5..39a46e87f4e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
pkgbase = scream
pkgdesc = A Scream audio receiver using Pulseaudio, ALSA, JACK or stdout as audio output
pkgver = 4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/duncanthrax/scream
arch = x86_64
- license = custom:MS-PL
+ license = MS-PL
makedepends = cmake
makedepends = ninja
+ depends = alsa-lib
+ depends = glibc
depends = jack
+ depends = libpcap
depends = libpulse
depends = libsoxr
- depends = alsa-lib
provides = scream
conflicts = scream
conflicts = scream-pulse
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')