summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvitalyr2023-05-03 04:28:43 +0800
committervitalyr2023-05-03 04:28:43 +0800
commit14f5f6150b8fcbe1300f7364bf767f0c3f073b24 (patch)
treef9b854ed80a28aafe8e490c627d8087459cbe13b
parent3d256af115353cf3e7c6ea11605b553fdce0abe1 (diff)
downloadaur-14f5f6150b8fcbe1300f7364bf767f0c3f073b24.tar.gz
add maintainer info, add embree dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 148faa2f0e6b..5063e1392410 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = godot-git
pkgdesc = Godot Game Engine: An advanced, feature packed, multi-platform 2D and 3D game engine.
- pkgver = 4.0.r1.e62f57f
+ pkgver = 4.1.r1.4a20869
pkgrel = 1
url = http://www.godotengine.org
arch = i686
@@ -20,6 +20,7 @@ pkgbase = godot-git
depends = libxrandr
depends = mesa
depends = pulseaudio
+ depends = embree
optdepends = libspeechd: Text-to-Speech Support
provides = godot
conflicts = godot
diff --git a/PKGBUILD b/PKGBUILD
index 7202674f7380..9982c2720fdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,3 +1,4 @@
+# Maintainer: vitalyr <vr@vitalyr.com>
# Maintainer: tas <tasgon_@out/look.com>
# Maintainer: QuantMint <qua/ntmint@/protonm/ail.com>
# Contributor: Daniel Segesdi <sege/sdi.d/ani@/gma/il.com>
@@ -6,14 +7,14 @@
_pkgname=godot
pkgname=${_pkgname}-git
-pkgver=4.0.r1.e62f57f
+pkgver=4.1.r1.4a20869
pkgrel=1
pkgdesc="Godot Game Engine: An advanced, feature packed, multi-platform 2D and 3D game engine."
url="http://www.godotengine.org"
license=('MIT')
arch=('i686' 'x86_64')
makedepends=('gcc' 'git' 'scons' 'pkgconf' 'yasm')
-depends=('alsa-lib' 'glu' 'libglvnd' 'libxcursor' 'libxinerama' 'libxi' 'libxrandr' 'mesa' 'pulseaudio')
+depends=('alsa-lib' 'glu' 'libglvnd' 'libxcursor' 'libxinerama' 'libxi' 'libxrandr' 'mesa' 'pulseaudio' 'embree')
optdepends=('libspeechd: Text-to-Speech Support')
conflicts=("godot")
provides=("godot")