summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9050b1cf32c6..45faa053d30f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Mar 13 18:34:36 UTC 2019
+# Tue May 7 01:17:51 UTC 2019
pkgbase = godot
pkgdesc = An advanced, feature packed, multi-platform 2D and 3D game engine
- pkgver = 3.1
+ pkgver = 3.1.1
pkgrel = 1
url = http://www.godotengine.org
arch = i686
@@ -20,8 +20,8 @@ pkgbase = godot
depends = libglvnd
conflicts = godot-git
conflicts = godot-pulse
- source = https://github.com/godotengine/godot/archive/3.1-stable.tar.gz
- sha256sums = cd66354b2397f28193ba3add8d8cc5c3562775f662887b56f16de82974f041e3
+ source = https://github.com/godotengine/godot/archive/3.1.1-stable.tar.gz
+ sha256sums = 3d952cda12a43d71c53c508bc64ca82cc165a3345976b6d128f869d5bd7a61d2
pkgname = godot
diff --git a/PKGBUILD b/PKGBUILD
index 26ff761aa4d6..352217eff4ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Matthew Bentley <matthew@mtbentley.us>
pkgname=godot
-pkgver=3.1
+pkgver=3.1.1
pkgrel=1
pkgdesc="An advanced, feature packed, multi-platform 2D and 3D game engine"
url="http://www.godotengine.org"
@@ -22,7 +22,7 @@ fi
source=(
"https://github.com/godotengine/godot/archive/${pkgver}-stable.tar.gz"
)
-sha256sums=('cd66354b2397f28193ba3add8d8cc5c3562775f662887b56f16de82974f041e3')
+sha256sums=('3d952cda12a43d71c53c508bc64ca82cc165a3345976b6d128f869d5bd7a61d2')
build() {
cd "${srcdir}"/${pkgname}-${pkgver}-stable
@@ -31,7 +31,6 @@ build() {
tools=yes \
target=release_debug \
use_llvm=no \
- builtin_openssl=yes \
colored=yes \
pulseaudio=no bits=${_arch} -j $((`nproc`+1))
}