summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa80696ec233..9b65ba50a6f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = veloren
pkgdesc = An open-world, open-source multiplayer voxel RPG
- pkgver = 0.5.0
+ pkgver = 0.6.0
pkgrel = 1
url = https://veloren.net/
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = veloren
noextract = veloren-voxygen.desktop
noextract = voxygen.png
options = !strip
- source = veloren::git+https://gitlab.com/veloren/veloren.git#tag=v0.5.0
+ source = veloren::git+https://gitlab.com/veloren/veloren.git#tag=v0.6.0
source = veloren-voxygen.desktop
source = voxygen.png
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index eaa4ebf77088..d5c479dbd221 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
export GIT_LFS_SKIP_SMUDGE=1 # This is to prevent Git LFS errors
pkgname=veloren
-pkgver=0.5.0
+pkgver=0.6.0
pkgrel=1
pkgdesc='An open-world, open-source multiplayer voxel RPG'
arch=('x86_64' 'i686')