summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcopygirl2019-09-26 18:02:31 +0200
committercopygirl2019-09-26 18:02:31 +0200
commitb095d392f03d685141750435202eea57d3d18a96 (patch)
treea982e077d0cb22b104865f3c3bb2075dce8fcf3d
parent7d9aab756b4fb24686c3361ab0d54b29711a5090 (diff)
downloadaur-b095d392f03d685141750435202eea57d3d18a96.tar.gz
New release 1.10.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a91b0e5a9f32..621bd104560a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vintagestory
pkgdesc = An in-development indie sandbox game about innovation and exploration
- pkgver = 1.10.9
+ pkgver = 1.10.15
pkgrel = 1
url = https://www.vintagestory.at/
arch = any
@@ -8,10 +8,10 @@ pkgbase = vintagestory
depends = mono
depends = opengl-driver
depends = openal
- source = https://cdn.vintagestory.at/gamefiles/stable/vs_archive_1.10.9.tar.gz
+ source = https://cdn.vintagestory.at/gamefiles/stable/vs_archive_1.10.15.tar.gz
source = vintagestory.desktop
source = vintagestory.sh
- md5sums = 92f47ac3933e3dab9c823a3d6f8a9d39
+ md5sums = de04e205e5aea4e6d1987ee9f218ef67
md5sums = ab6680c4499b58b14aa36acc2ab4038a
md5sums = da232b56f48e047ec60791bb7d8b6398
diff --git a/PKGBUILD b/PKGBUILD
index f34e2ca2febd..4b96fe6c92a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,20 @@
# Maintainer: copygirl <copygirl@mcft.net>
pkgname=vintagestory
-pkgver=1.10.9
+# _pkgver is separate to allow specifying pre-release versions such as "-rc.1".
+# makepkg doesn't support hyphens in pkgver. They'll be replaced by underscores.
+_pkgver=1.10.15
+pkgver=${_pkgver//-/_}
pkgrel=1
pkgdesc="An in-development indie sandbox game about innovation and exploration"
arch=("any")
url="https://www.vintagestory.at/"
license=("custom")
depends=("mono" "opengl-driver" "openal")
-source=("https://cdn.vintagestory.at/gamefiles/stable/vs_archive_$pkgver.tar.gz"
-# "https://account.vintagestory.at/files/stable/vs_archive_$pkgver.tar.gz" (alternative source)
+source=("https://cdn.vintagestory.at/gamefiles/stable/vs_archive_$_pkgver.tar.gz"
+# "https://account.vintagestory.at/files/stable/vs_archive_$_pkgver.tar.gz" (alternative source)
"vintagestory.desktop"
"vintagestory.sh")
-md5sums=("92f47ac3933e3dab9c823a3d6f8a9d39"
+md5sums=("de04e205e5aea4e6d1987ee9f218ef67"
"ab6680c4499b58b14aa36acc2ab4038a"
"da232b56f48e047ec60791bb7d8b6398")