summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMckol2020-05-16 17:51:59 +0200
committerMckol2020-05-16 17:51:59 +0200
commit9bb596505802524e74e704c169bf22dcc2199f42 (patch)
tree03f90dfae0c6f4c9c75e82d42dec58f55f312d3f
parent4e7d8b8ce2036f16b4755a859c25c43308acecd0 (diff)
downloadaur-9bb596505802524e74e704c169bf22dcc2199f42.tar.gz
Updated to 0.6
-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')