summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJorge Araya Navarro2019-05-06 19:17:51 -0600
committerJorge Araya Navarro2019-05-06 19:17:51 -0600
commita534d75cd7b4e0595c20b4d9c2612caaf49ac81b (patch)
tree544e49f64fae9419fd0f5ef867cd61d603004f15 /PKGBUILD
parent46d158dba7f0082ed702ba059a3519be567e2377 (diff)
downloadaur-a534d75cd7b4e0595c20b4d9c2612caaf49ac81b.tar.gz
chg: Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
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))
}