summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLunarEclipse2022-08-08 09:02:57 +0200
committerLunarEclipse2022-08-08 09:02:57 +0200
commit5b2a6cba46c77c3eaac74c55e966979b51db978a (patch)
treec391f2f3cf00b75d380effbdaf437ef866cf3608 /PKGBUILD
parent3d75a9b07fb4571714776eec322b8d8d0b2e1807 (diff)
downloadaur-5b2a6cba46c77c3eaac74c55e966979b51db978a.tar.gz
Removed `systemd` makedep in favor of `udev`.
See https://gitlab.com/veloren/veloren/-/issues/1628 for more information.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8150a776a246..6864747f1041 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
export GIT_LFS_SKIP_SMUDGE=1 # This is to prevent Git LFS errors
pkgname=veloren
pkgver=0.13.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=('alsa-lib' 'glslang' 'libxkbcommon-x11' 'pulseaudio-alsa' 'vulkan-icd-loader')
-makedepends=('atk' 'cairo' 'cmake' 'gdk-pixbuf2' 'git' 'git-lfs' 'openssl' 'pango' 'python' 'rustup' 'systemd')
+makedepends=('atk' 'cairo' 'cmake' 'gdk-pixbuf2' 'git' 'git-lfs' 'openssl' 'pango' 'python' 'rustup' 'udev')
provides=()
conflicts=()
_repo='https://gitlab.com/veloren/veloren.git'