summarylogtreecommitdiffstats
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
parentf7835722508e0b80a771e1768e96e52b5d8d548a (diff)
downloadaur-6abcfe0cbd9fc6ae5d78f3c6f2cdb2352c85a04c.tar.gz
using zlib from Arch Linux - Parabola
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 344917d910a7..480749d1e562 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Dec 25 11:54:38 UTC 2016
+# Wed Dec 28 07:50:14 UTC 2016
pkgbase = godot
pkgdesc = An advanced, feature packed, multi-platform 2D and 3D game engine
pkgver = 2.1.1
- pkgrel = 2
+ pkgrel = 3
url = http://www.godotengine.org
arch = i686
arch = x86_64
@@ -15,6 +15,7 @@ pkgbase = godot
depends = libxinerama
depends = freetype2
depends = alsa-lib
+ depends = zlib
conflicts = godot-git
conflicts = godot-pulse
source = https://github.com/godotengine/godot/archive/2.1.1-stable.tar.gz
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))