From b5701c7c87988a57fc309a9362f367a09a06cc9c Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 7 May 2020 00:38:48 -0700 Subject: Add apulse as optdepend --- PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 8a9c97a..8cd4dc0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -16,7 +16,8 @@ url="https://github.com/msokalski/ascii-patrol" license=('GPL') depends=('libpulse') optdepends=('libxi: to fix problems with no keyboard input in a few GNOME terminals' - 'curl: for highscores table support') + 'curl: for highscores table support' + 'apulse: for alsa support') provides=("${_exname}") conflicts=("${pkgname}-git") source=($pkgname-$pkgver.tar.gz::https://github.com/msokalski/$pkgname/archive/$pkgver.tar.gz) -- cgit v1.2.1