summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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=(