summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMckol2021-04-05 23:48:26 +0200
committerMckol2021-04-05 23:48:55 +0200
commit7359a0b7b68a524cb993aea326a8c8d2b62f3cba (patch)
treeff3085ba52933b629d7b0be5b9d4d0259b678976 /PKGBUILD
parent26ec205e12bc77712041f2a43961ce7e8cc1744b (diff)
downloadaur-7359a0b7b68a524cb993aea326a8c8d2b62f3cba.tar.gz
Added `pulseaudio-alsa` as a dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b139f7babfda..c6c4eeba3ce3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
export GIT_LFS_SKIP_SMUDGE=1
pkgname=veloren-git
pkgver=0.8.0.r476.a5c76a6d3
-pkgrel=1
+pkgrel=2
pkgdesc="An open-world, open-source multiplayer voxel RPG"
arch=('x86_64' 'i686')
url='https://veloren.net/'
license=('GPL3')
options=('!strip') # This makes debugging issues easier sometimes, comment out if small package size is needed
-depends=('systemd-libs' 'alsa-lib' 'libxcb')
+depends=('systemd-libs' 'alsa-lib' 'libxcb' 'pulseaudio-alsa')
makedepends=('systemd' 'git' 'git-lfs' 'rustup' 'cairo' 'pango' 'atk' 'gdk-pixbuf2' 'python' 'openssl')
provides=("$pkgname" 'veloren')
conflicts=("$pkgname" 'veloren')