summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVaporeon2022-09-27 15:10:24 +1300
committerVaporeon2022-09-27 15:10:24 +1300
commitb689af7110ad8496883368582cc7c28e4bc7e3ad (patch)
treedb71a11bd165219a014d1910c68f5504a5dc4f41 /PKGBUILD
parentf2de620c381b8e0e6c81998a2bcab5539043973b (diff)
downloadaur-b689af7110ad8496883368582cc7c28e4bc7e3ad.tar.gz
do not provide old packages
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a8920326f5a..c3d11821b268 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@ pkgrel=1
pkgdesc='A Scream audio receiver using Pulseaudio, ALSA, JACK or stdout as audio output (git version)'
url='https://github.com/duncanthrax/scream'
arch=('x86_64')
-provides=('scream' 'scream-pulse' 'scream-ivshmem-pulse' 'scream-alsa' 'scream-ivshmem-alsa')
depends=('jack' 'libpulse' 'libsoxr' 'alsa-lib')
makedepends=('cmake' 'git' 'ninja')
-conflicts=('scream' 'scream-pulse' 'scream-alsa')
+provides=('scream')
+conflicts=('scream')
license=('custom:MS-PL')
source=("git+${url}.git")
sha256sums=('SKIP')