From fe43be6ef683b65b2abddbcfde93e5df3df00f03 Mon Sep 17 00:00:00 2001 From: QuantMint Date: Thu, 18 Jun 2020 10:56:09 +0200 Subject: [PATCH] Fixed build --- .SRCINFO | 3 +-- PKGBUILD | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e6949ac..8656fc4 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = godot-git pkgdesc = Godot Game Engine: An advanced, feature packed, multi-platform 2D and 3D game engine. pkgver = 4.0.dev - pkgrel = 2 + pkgrel = 3 url = http://www.godotengine.org arch = i686 arch = x86_64 @@ -9,7 +9,6 @@ pkgbase = godot-git makedepends = git makedepends = scons makedepends = pulseaudio - makedepends = gcc makedepends = pkgconf makedepends = xorg-xrandr makedepends = yasm diff --git a/PKGBUILD b/PKGBUILD index 2db8470..759f837 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,12 +5,12 @@ _pkgname=godot pkgname=${_pkgname}-git pkgver=4.0.dev -pkgrel=2 +pkgrel=3 pkgdesc="Godot Game Engine: An advanced, feature packed, multi-platform 2D and 3D game engine." url="http://www.godotengine.org" license=('MIT') arch=('i686' 'x86_64') -makedepends=('git' 'scons' 'pulseaudio' 'gcc' 'pkgconf' 'xorg-xrandr' 'yasm') +makedepends=('git' 'scons' 'pulseaudio' 'pkgconf' 'xorg-xrandr' 'yasm') depends=('glu' 'libxcursor' 'libxinerama' 'alsa-lib' 'freetype2' 'mesa') optdepends=() conflicts=("godot") @@ -55,7 +55,7 @@ pkgver() { build() { cd "${srcdir}"/${_pkgname} sed -n '/\/* Copyright/,/IN THE SOFTWARE./p' main/main.cpp | sed 's/\/\*//' | sed 's/\*\///' > LICENSE - scons platform=linuxbsd target=release_debug -j$((`nproc`+1)) + scons platform=linuxbsd target=release_debug werror=no -j$((`nproc`+1)) } package() {