Add lld makedepends

This commit is contained in:
Dylan Ferris 2023-05-12 19:17:48 -04:00
parent 76bcba64e0
commit e9384515e4
2 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = godot-export-templates-git pkgbase = godot-export-templates-git
pkgdesc = Godot export templates pkgdesc = Godot export templates
pkgver = 4.1.r53814.43bf0b5e04 pkgver = 4.1.r53814.43bf0b5e04
pkgrel = 1 pkgrel = 2
url = https://godotengine.org/ url = https://godotengine.org/
arch = i686 arch = i686
arch = x86_64 arch = x86_64
@ -13,6 +13,7 @@ pkgbase = godot-export-templates-git
makedepends = pkgconf makedepends = pkgconf
makedepends = xorg-xrandr makedepends = xorg-xrandr
makedepends = yasm makedepends = yasm
makedepends = lld
optdepends = godot: use the templates optdepends = godot: use the templates
source = godot::git+https://github.com/godotengine/godot.git source = godot::git+https://github.com/godotengine/godot.git
sha256sums = SKIP sha256sums = SKIP

View file

@ -4,12 +4,12 @@ _pkgname=godot-export-templates
pkgname=${_pkgname}-git pkgname=${_pkgname}-git
_gitname=godot _gitname=godot
pkgver=4.1.r53814.43bf0b5e04 pkgver=4.1.r53814.43bf0b5e04
pkgrel=1 pkgrel=2
pkgdesc='Godot export templates' pkgdesc='Godot export templates'
url='https://godotengine.org/' url='https://godotengine.org/'
license=('MIT') license=('MIT')
arch=('i686' 'x86_64') 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') optdepends=('godot: use the templates')
source=( source=(