summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLunarEclipse2022-08-08 09:15:51 +0200
committerLunarEclipse2022-08-08 09:15:51 +0200
commitaa7e55345ee866e382e62281764f000c4671a6d8 (patch)
tree5b516d7f4b4e1c15fae48fc0220ef36a86ec08bd
parent0e90d9614f19212e6f489bd09dd0882674c4d39a (diff)
downloadaur-aa7e55345ee866e382e62281764f000c4671a6d8.tar.gz
Removed `systemd` makedep in favor of `udev`.
See https://gitlab.com/veloren/veloren/-/issues/1628 for more information.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13631d3a19dc..c0382d817f57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = veloren-git
pkgdesc = An open-world, open-source multiplayer voxel RPG
- pkgver = 0.10.0.r229.d479b6d20
- pkgrel = 3
+ pkgver = 0.13.0.r37.525866816
+ pkgrel = 1
url = https://veloren.net/
arch = x86_64
arch = i686
license = GPL3
makedepends = atk
- makedepends = cairo
makedepends = cmake
+ makedepends = cairo
makedepends = gdk-pixbuf2
makedepends = git
makedepends = git-lfs
@@ -16,7 +16,7 @@ pkgbase = veloren-git
makedepends = pango
makedepends = python
makedepends = rustup
- makedepends = systemd
+ makedepends = udev
depends = alsa-lib
depends = glslang
depends = libxkbcommon-x11
diff --git a/PKGBUILD b/PKGBUILD
index 641300fe860e..c2b09502abe9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
export GIT_LFS_SKIP_SMUDGE=1
pkgname=veloren-git
-pkgver=0.10.0.r229.d479b6d20
-pkgrel=3
+pkgver=0.13.0.r37.525866816
+pkgrel=1
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' 'cmake' 'cairo' 'gdk-pixbuf2' 'git' 'git-lfs' 'openssl' 'pango' 'python' 'rustup' 'systemd')
+makedepends=('atk' 'cmake' 'cairo' 'gdk-pixbuf2' 'git' 'git-lfs' 'openssl' 'pango' 'python' 'rustup' 'udev')
provides=('veloren')
conflicts=('veloren')
_repo='https://gitlab.com/veloren/veloren.git'