summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
-rw-r--r--veloren-voxygen.desktop (renamed from voxygen.desktop)0
3 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c01d49ede13b..4a5740cb0472 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = veloren-git
pkgdesc = An open-world, open-source multiplayer voxel RPG
- pkgver = 0.2.0.r313.cbcccbe
+ pkgver = 0.3.0
pkgrel = 1
url = https://veloren.net/
arch = x86_64
@@ -12,11 +12,11 @@ pkgbase = veloren-git
provides = veloren-git
conflicts = veloren-git
conflicts = veloren
- noextract = voxygen.desktop
+ noextract = veloren-voxygen.desktop
noextract = voxygen.png
options = !strip
source = veloren-git::git+https://gitlab.com/veloren/veloren.git
- source = voxygen.desktop
+ source = veloren-voxygen.desktop
source = voxygen.png
sha512sums = SKIP
sha512sums = fac3e0f636e691b872cd68e3b67af021ee748da96246ba38543570b092bbf9dab686d62f838fafa50ce407ac39fe0710420148c424fd526873a05a259158d2d9
diff --git a/PKGBUILD b/PKGBUILD
index 29f0f46188de..6316f271fd3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
export GIT_LFS_SKIP_SMUDGE=1
pkgname=veloren-git
-pkgver=0.2.0.r313.cbcccbe
+pkgver=0.3.0
pkgrel=1
pkgdesc="An open-world, open-source multiplayer voxel RPG"
arch=('x86_64' 'i686')
@@ -20,10 +20,10 @@ conflicts=("$pkgname" "veloren")
_repo_url="https://gitlab.com/veloren/veloren.git"
source=(
"$pkgname"::"git+$_repo_url"
- "voxygen.desktop"
+ "veloren-voxygen.desktop"
"voxygen.png"
)
-noextract=("voxygen.desktop" "voxygen.png")
+noextract=("veloren-voxygen.desktop" "voxygen.png")
sha512sums=('SKIP'
'fac3e0f636e691b872cd68e3b67af021ee748da96246ba38543570b092bbf9dab686d62f838fafa50ce407ac39fe0710420148c424fd526873a05a259158d2d9'
'b5e5cbf28ab0e335f5a0fc93511fc9936360432a36e35cc876761601abacf257299deb0af6b3d9081143b700f6663c4f603970155dd4dacedb7a9672cde1dc94')
@@ -40,7 +40,6 @@ prepare() {
git lfs install
git lfs fetch
git lfs checkout
- rustup toolchain install nightly
}
build() {
@@ -61,7 +60,7 @@ package() {
chmod +x "$pkgdir/usr/bin/veloren-server-cli"
mkdir -p "$pkgdir/usr/share/pixmaps"
- mkdir -p "$pkgdir/usr/share/applications/veloren"
- cp "$srcdir/voxygen.desktop" "$pkgdir/usr/share/applications/veloren/"
+ mkdir -p "$pkgdir/usr/share/applications"
+ cp "$srcdir/veloren-voxygen.desktop" "$pkgdir/usr/share/applications/"
cp "$srcdir/voxygen.png" "$pkgdir/usr/share/pixmaps/"
}
diff --git a/voxygen.desktop b/veloren-voxygen.desktop
index a56a8c2e2304..a56a8c2e2304 100644
--- a/voxygen.desktop
+++ b/veloren-voxygen.desktop