From e9384515e4cce4ea882e07fba0184def17130ea5 Mon Sep 17 00:00:00 2001 From: Dylan Ferris Date: Fri, 12 May 2023 19:17:48 -0400 Subject: [PATCH] Add lld makedepends --- .SRCINFO | 3 ++- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 49aeae2..f0c0b59 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = godot-export-templates-git pkgdesc = Godot export templates pkgver = 4.1.r53814.43bf0b5e04 - pkgrel = 1 + pkgrel = 2 url = https://godotengine.org/ arch = i686 arch = x86_64 @@ -13,6 +13,7 @@ pkgbase = godot-export-templates-git makedepends = pkgconf makedepends = xorg-xrandr makedepends = yasm + makedepends = lld optdepends = godot: use the templates source = godot::git+https://github.com/godotengine/godot.git sha256sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index 094ebba..4840ccd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,12 +4,12 @@ _pkgname=godot-export-templates pkgname=${_pkgname}-git _gitname=godot pkgver=4.1.r53814.43bf0b5e04 -pkgrel=1 +pkgrel=2 pkgdesc='Godot export templates' url='https://godotengine.org/' license=('MIT') arch=('i686' 'x86_64') -makedepends=('git' 'scons' 'pulseaudio' 'clang' 'pkgconf' 'xorg-xrandr' 'yasm') +makedepends=('git' 'scons' 'pulseaudio' 'clang' 'pkgconf' 'xorg-xrandr' 'yasm' 'lld') optdepends=('godot: use the templates') source=(