summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincent Grande2021-01-04 23:07:18 -0500
committerVincent Grande2021-01-04 23:07:18 -0500
commitcd8e5d931deac49af04b2dc99d5ae4188d20eed6 (patch)
tree916e2ef7b5372bf1c52042527bbf061e3267a855 /PKGBUILD
parentb81626fd2411d0c1ae00efa6b564d574659f9b1f (diff)
downloadaur-cd8e5d931deac49af04b2dc99d5ae4188d20eed6.tar.gz
fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e1953a7c52e..8a01320213d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,8 @@ depends=('glibc' 'pciutils' 'psmisc')
makedepends=('alsa-lib' 'docbook-xsl' 'fftw' 'libsamplerate' 'ncurses'
'python-docutils' 'systemd' 'xmlto')
optdepends=('fftw: for alsabat')
+provides=(alsa-utils)
+conflicts=(alsa-utils)
# we require /var/lib/alsa for state file
options=(emptydirs)
source=("git+https://github.com/alsa-project/alsa-utils.git")