summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMckol2021-04-05 23:46:20 +0200
committerMckol2021-04-05 23:46:49 +0200
commitea83773ae15fb66c5f94076511d292651f2a0699 (patch)
tree7a6c0090d9ae86a8108f791f112a3ec83eff43c2 /PKGBUILD
parent4bd799da75aab2e46042132519b2f787bbadcc18 (diff)
downloadaur-ea83773ae15fb66c5f94076511d292651f2a0699.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 934015597d7d..01ea86e5c4c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
export GIT_LFS_SKIP_SMUDGE=1 # This is to prevent Git LFS errors
pkgname=veloren
pkgver=0.9.0
-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")
conflicts=("$pkgname")