From 1ef2111ce551e819697ccaf68e63f35704b0d942 Mon Sep 17 00:00:00 2001 From: Cristian Porras Date: Wed, 17 Aug 2016 18:45:38 -0300 Subject: [PATCH] Clang dependency --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 013776c..b1fa88f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@ url="http://www.godotengine.org" license=('MIT') arch=('i686' 'x86_64') makedepends=('git' 'scons' 'pulseaudio') -depends=('glu' 'libxcursor' 'libxinerama' 'alsa-lib' 'freetype2' 'mesa') +depends=('glu' 'libxcursor' 'libxinerama' 'alsa-lib' 'freetype2' 'mesa' 'clang') optdepends=() conflicts=("godot") provides=("godot") @@ -47,7 +47,7 @@ build() { sed -n '/\/* Copyright/,/IN THE SOFTWARE./p' main/main.cpp | sed 's/\/\*//' | sed 's/\*\///' > LICENSE - scons platform=x11 target=release_debug + scons platform=x11 target=release_debug CXX=clang++ } package() {