summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJorge Araya Navarro2016-12-28 01:50:27 -0600
committerJorge Araya Navarro2016-12-28 01:50:27 -0600
commit6abcfe0cbd9fc6ae5d78f3c6f2cdb2352c85a04c (patch)
tree8c8345c548e0e087d27ed137dd411a770e883e1d /PKGBUILD
parentf7835722508e0b80a771e1768e96e52b5d8d548a (diff)
downloadaur-6abcfe0cbd9fc6ae5d78f3c6f2cdb2352c85a04c.tar.gz
using zlib from Arch Linux - Parabola
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d88d6c24d70d..9cb53139fd28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=godot
pkgver=2.1.1
-pkgrel=2
+pkgrel=3
pkgdesc="An advanced, feature packed, multi-platform 2D and 3D game engine"
url="http://www.godotengine.org"
license=('MIT')
arch=('i686' 'x86_64')
makedepends=('scons' 'clang')
-depends=('libxcursor' 'glu' 'libxinerama' 'freetype2' 'alsa-lib')
+depends=('libxcursor' 'glu' 'libxinerama' 'freetype2' 'alsa-lib' 'zlib')
conflicts=("godot-git" "godot-pulse")
_arch=''
if test "$CARCH" == x86_64; then
@@ -37,7 +37,6 @@ build() {
tools=yes \
target=release_debug \
use_llvm=yes \
- builtin_zlib=yes \
openssl=yes \
colored=yes \
pulseaudio=no bits=${_arch} -j $((`nproc`+1))