summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcopygirl2023-10-16 16:08:43 +0200
committercopygirl2023-10-16 16:08:43 +0200
commite1a0c663daea91024e6bc9ad71697c19b34371d9 (patch)
treef50ee6a9d164982b1419acf11808ea62c176e654
parenta70c7c568b864ef355cf1271c5375158347be700 (diff)
downloadaur-e1a0c663daea91024e6bc9ad71697c19b34371d9.tar.gz
New release 1.18.15
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b7cfb59521d..d7cc15547760 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = vintagestory
pkgdesc = Uncompromising wilderness survival sandbox game (requires paid account)
- pkgver = 1.18.14
- pkgrel = 2
+ pkgver = 1.18.15
+ pkgrel = 1
url = https://www.vintagestory.at/
arch = x86_64
license = custom
depends = dotnet-runtime
depends = opengl-driver
depends = openal
- source = https://cdn.vintagestory.at/gamefiles/stable/vs_client_linux-x64_1.18.14.tar.gz
+ source = https://cdn.vintagestory.at/gamefiles/stable/vs_client_linux-x64_1.18.15.tar.gz
source = vintagestory.desktop
- md5sums = a1969e8ce96e53b8ce85fdc9216c71a6
+ md5sums = f2fb522cd3622454e6fb05280a207555
md5sums = 26ff9ca4fb0a583589f26f2c274d4ec6
pkgname = vintagestory
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() {