summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Ferris2023-05-12 19:17:48 -0400
committerDylan Ferris2023-05-12 19:17:48 -0400
commite9384515e4cce4ea882e07fba0184def17130ea5 (patch)
treea86850ee70aecf06c1b753ee2cd195de525de7ed
parent76bcba64e0c6ae87cc1ee20ea8d04f5ebb3aa5a8 (diff)
downloadaur-e9384515e4cce4ea882e07fba0184def17130ea5.tar.gz
Add lld makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49aeae289eb4..f0c0b592044b 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 094ebba643f5..4840ccd20641 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=(