add maintainer info, add embree dependency
This commit is contained in:
parent
3d256af115
commit
14f5f6150b
2 changed files with 5 additions and 3 deletions
3
.SRCINFO
3
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = godot-git
|
pkgbase = godot-git
|
||||||
pkgdesc = Godot Game Engine: An advanced, feature packed, multi-platform 2D and 3D game engine.
|
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
|
pkgrel = 1
|
||||||
url = http://www.godotengine.org
|
url = http://www.godotengine.org
|
||||||
arch = i686
|
arch = i686
|
||||||
|
@ -20,6 +20,7 @@ pkgbase = godot-git
|
||||||
depends = libxrandr
|
depends = libxrandr
|
||||||
depends = mesa
|
depends = mesa
|
||||||
depends = pulseaudio
|
depends = pulseaudio
|
||||||
|
depends = embree
|
||||||
optdepends = libspeechd: Text-to-Speech Support
|
optdepends = libspeechd: Text-to-Speech Support
|
||||||
provides = godot
|
provides = godot
|
||||||
conflicts = godot
|
conflicts = godot
|
||||||
|
|
5
PKGBUILD
5
PKGBUILD
|
@ -1,3 +1,4 @@
|
||||||
|
# Maintainer: vitalyr <vr@vitalyr.com>
|
||||||
# Maintainer: tas <tasgon_@out/look.com>
|
# Maintainer: tas <tasgon_@out/look.com>
|
||||||
# Maintainer: QuantMint <qua/ntmint@/protonm/ail.com>
|
# Maintainer: QuantMint <qua/ntmint@/protonm/ail.com>
|
||||||
# Contributor: Daniel Segesdi <sege/sdi.d/ani@/gma/il.com>
|
# Contributor: Daniel Segesdi <sege/sdi.d/ani@/gma/il.com>
|
||||||
|
@ -6,14 +7,14 @@
|
||||||
|
|
||||||
_pkgname=godot
|
_pkgname=godot
|
||||||
pkgname=${_pkgname}-git
|
pkgname=${_pkgname}-git
|
||||||
pkgver=4.0.r1.e62f57f
|
pkgver=4.1.r1.4a20869
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Godot Game Engine: An advanced, feature packed, multi-platform 2D and 3D game engine."
|
pkgdesc="Godot Game Engine: An advanced, feature packed, multi-platform 2D and 3D game engine."
|
||||||
url="http://www.godotengine.org"
|
url="http://www.godotengine.org"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
makedepends=('gcc' 'git' 'scons' 'pkgconf' 'yasm')
|
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')
|
optdepends=('libspeechd: Text-to-Speech Support')
|
||||||
conflicts=("godot")
|
conflicts=("godot")
|
||||||
provides=("godot")
|
provides=("godot")
|
||||||
|
|
Loading…
Reference in a new issue