summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMckol2021-06-17 12:05:52 +0200
committerMckol2021-06-17 12:05:52 +0200
commit1d061a4456fffea0e4d99c667e360424586764ed (patch)
tree596f5d2e0add186df4c0c068be64942a6ef7779a
parentea83773ae15fb66c5f94076511d292651f2a0699 (diff)
downloadaur-1d061a4456fffea0e4d99c667e360424586764ed.tar.gz
Updated to 0.10.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 560ce8656486..5e2d40428bb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = veloren
pkgdesc = An open-world, open-source multiplayer voxel RPG
- pkgver = 0.9.0
- pkgrel = 2
+ pkgver = 0.10.0
+ pkgrel = 1
url = https://veloren.net/
arch = x86_64
arch = i686
@@ -20,11 +20,12 @@ pkgbase = veloren
depends = alsa-lib
depends = libxcb
depends = pulseaudio-alsa
+ depends = vulkan-driver
+ depends = vulkan-icd-loader
provides = veloren
conflicts = veloren
options = !strip
- source = veloren::git+https://gitlab.com/veloren/veloren.git#tag=v0.9.0
+ source = veloren::git+https://gitlab.com/veloren/veloren.git#tag=v0.10.0
sha512sums = SKIP
pkgname = veloren
-
diff --git a/PKGBUILD b/PKGBUILD
index 01ea86e5c4c7..19109aa8e2cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
export GIT_LFS_SKIP_SMUDGE=1 # This is to prevent Git LFS errors
pkgname=veloren
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.10.0
+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=('systemd-libs' 'alsa-lib' 'libxcb' 'pulseaudio-alsa')
-makedepends=('systemd' 'git' 'git-lfs' 'rustup' 'cairo' 'pango' 'atk' 'gdk-pixbuf2' 'python' 'openssl')
+depends=('alsa-lib' 'glslang' 'libxkbcommon-x11' 'pulseaudio-alsa' 'vulkan-icd-loader')
+makedepends=('atk' 'cairo' 'gdk-pixbuf2' 'git' 'git-lfs' 'openssl' 'pango' 'python' 'rustup' 'systemd')
provides=("$pkgname")
conflicts=("$pkgname")
_repo='https://gitlab.com/veloren/veloren.git'