summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcopygirl2023-10-16 16:08:43 +0200
committercopygirl2023-10-16 16:08:43 +0200
commite1a0c663daea91024e6bc9ad71697c19b34371d9 (patch)
treef50ee6a9d164982b1419acf11808ea62c176e654 /PKGBUILD
parenta70c7c568b864ef355cf1271c5375158347be700 (diff)
downloadaur-e1a0c663daea91024e6bc9ad71697c19b34371d9.tar.gz
New release 1.18.15
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d890056b640..450c38eb1364 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@ pkgname=vintagestory
# "unstable" for release candidates and "pre" for testing releases before big updates.
_release=stable
# _pkgver is separate to allow specifying pre-release versions such as "-rc.1".
-_pkgver=1.18.14
+_pkgver=1.18.15
# makepkg doesn't support hyphens in pkgver. They'll be replaced with underscores.
pkgver=${_pkgver//-/_}
-pkgrel=2
+pkgrel=1
pkgdesc="Uncompromising wilderness survival sandbox game (requires paid account)"
arch=("x86_64")
url="https://www.vintagestory.at/"
@@ -18,7 +18,7 @@ depends=("dotnet-runtime" "opengl-driver" "openal")
source=("https://cdn.vintagestory.at/gamefiles/$_release/vs_client_linux-x64_$_pkgver.tar.gz"
# "https://account.vintagestory.at/files/$_release/vs_client_linux-x64_$_pkgver.tar.gz" (alternative source)
"vintagestory.desktop")
-md5sums=("a1969e8ce96e53b8ce85fdc9216c71a6"
+md5sums=("f2fb522cd3622454e6fb05280a207555"
"26ff9ca4fb0a583589f26f2c274d4ec6")
prepare() {