summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff01f704f807..6b80480bd81c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = veloren-git
pkgdesc = An open-world, open-source multiplayer voxel RPG
- pkgver = 0.1.0.r149.4e9bc27
- pkgrel = 3
+ pkgver = 0.1.0.r192.a1bd916
+ pkgrel = 1
url = https://veloren.net/
arch = x86_64
arch = i686
@@ -13,7 +13,7 @@ pkgbase = veloren-git
conflicts = veloren-git
noextract = veloren-voxygen
source = veloren-git::git+https://gitlab.com/veloren/game.git
- source = git+https://gitlab.com/veloren/assets.git
+ source = assets::git+https://gitlab.com/veloren/assets/legacy_assets.git
source = veloren-voxygen
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1306b0274ec0..4d2f1520a782 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Mckol <mckol363@gmail.com>
pkgname=veloren-git
-pkgver=0.1.0.r149.4e9bc27
-pkgrel=3
+pkgver=0.1.0.r192.a1bd916
+pkgrel=1
pkgdesc="An open-world, open-source multiplayer voxel RPG"
arch=('x86_64' 'i686')
url="https://veloren.net/"
@@ -16,7 +16,7 @@ provides=("$pkgname")
conflicts=("$pkgname")
source=(
"$pkgname::git+https://gitlab.com/veloren/game.git"
- "git+https://gitlab.com/veloren/assets.git"
+ "assets::git+https://gitlab.com/veloren/assets/legacy_assets.git"
"veloren-voxygen"
)
noextract=("veloren-voxygen")
@@ -30,7 +30,7 @@ pkgver() {
prepare() {
cd "$srcdir/$pkgname/voxygen"
git submodule init assets
- git config submodule.voxygen/assets.url "$srcdir/assets"
+ git config submodule.voxygen/legacy_assets.url "$srcdir/assets"
git submodule update
}