diff --git a/.SRCINFO b/.SRCINFO index 148faa2..5063e13 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 7202674..9982c27 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,3 +1,4 @@ +# Maintainer: vitalyr # Maintainer: tas # Maintainer: QuantMint # Contributor: Daniel Segesdi @@ -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")