summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d7733eaab25..873a45f68c94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = veloren-git
pkgdesc = An open-world, open-source multiplayer voxel RPG
- pkgver = 0.1.0.r375.e777671
+ pkgver = 0.1.0.r380.8c6b5ab
pkgrel = 1
url = https://veloren.net/
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = veloren-git
noextract = voxygen.desktop
noextract = voxygen.png
options = !strip
- source = veloren-git::git+https://gitlab.com/Mckol/game.git
+ source = veloren-git::git+https://gitlab.com/veloren/game.git
source = assets_voxygen::git+https://gitlab.com/veloren/assets/voxygen.git
source = assets_world::git+https://gitlab.com/veloren/assets/world.git
source = voxygen.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 225c673f03c8..232c09e631a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mckol <mckol363@gmail.com>
pkgname=veloren-git
-pkgver=0.1.0.r377.be1d911
+pkgver=0.1.0.r380.8c6b5ab
pkgrel=1
pkgdesc="An open-world, open-source multiplayer voxel RPG"
arch=('x86_64' 'i686')
@@ -45,7 +45,7 @@ prepare() {
build() {
rustup toolchain install nightly
_original_toolchain="$(rustup show active-toolchain)"
- rustup default nightly
+ rustup default nightly-2018-12-02
cd "$srcdir/$pkgname/voxygen"
VELOREN_ASSETS=/usr/share/veloren/assets/ VOXYGEN_SHADERS=/usr/share/veloren/shaders/ cargo build --release
cd "$srcdir/$pkgname/server-cli"