summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcopygirl2019-05-05 22:12:08 +0200
committercopygirl2019-05-05 22:12:08 +0200
commiteeb0d92982400d88aca5b733f583c55caa46eee2 (patch)
tree521861fce3bcf08bdc5e18eace0b9d9679f5a120
parent220c38f4d948f7b1e49d18f0a0ee9f36f8e73b7b (diff)
downloadaur-eeb0d92982400d88aca5b733f583c55caa46eee2.tar.gz
New release 1.9.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e75df40603d3..7b32710c4e22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
pkgbase = vintagestory
pkgdesc = An in-development indie sandbox game about innovation and exploration
- pkgver = 1.8.6
+ pkgver = 1.9.1
pkgrel = 1
url = https://www.vintagestory.at/
arch = any
license = custom
depends = mono
- source = https://account.vintagestory.at/files/stable/vs_archive_1.8.6.tar.gz
+ depends = opengl-driver
+ depends = openal
+ source = https://account.vintagestory.at/files/stable/vs_archive_1.9.1.tar.gz
source = vintagestory.desktop
source = vintagestory.sh
- md5sums = 630ad2c82f7f7567c4eb1d32b2122c09
+ md5sums = 4fe0edf0c5eeb007e1f2e1cc1de72cae
md5sums = 7cf82f218ba3026aff620b131b7dc581
md5sums = da232b56f48e047ec60791bb7d8b6398
diff --git a/PKGBUILD b/PKGBUILD
index 0424f0715026..0b145426b120 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: copygirl <copygirl@mcft.net>
pkgname=vintagestory
-pkgver=1.8.6
+pkgver=1.9.1
pkgrel=1
pkgdesc="An in-development indie sandbox game about innovation and exploration"
arch=("any")
url="https://www.vintagestory.at/"
license=("custom")
-depends=("mono")
+depends=("mono" "opengl-driver" "openal")
source=("https://account.vintagestory.at/files/stable/vs_archive_$pkgver.tar.gz"
"vintagestory.desktop"
"vintagestory.sh")
-md5sums=("630ad2c82f7f7567c4eb1d32b2122c09"
+md5sums=("4fe0edf0c5eeb007e1f2e1cc1de72cae"
"7cf82f218ba3026aff620b131b7dc581"
"da232b56f48e047ec60791bb7d8b6398")