This commit is contained in:
Cristian Porras 2020-03-30 10:43:43 -05:00
parent 9168c7b03f
commit 8363fa9059
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
pkgbase = godot-git
pkgdesc = Godot Game Engine: An advanced, feature packed, multi-platform 2D and 3D game engine.
pkgver = 3.1.dev
pkgrel = 3
pkgver = 4.0.dev
pkgrel = 1
url = http://www.godotengine.org
arch = i686
arch = x86_64

View file

@ -3,8 +3,8 @@
_pkgname=godot
pkgname=${_pkgname}-git
pkgver=3.1.dev
pkgrel=2
pkgver=4.0.dev
pkgrel=1
pkgdesc="Godot Game Engine: An advanced, feature packed, multi-platform 2D and 3D game engine."
url="http://www.godotengine.org"
license=('MIT')
@ -57,7 +57,7 @@ package() {
cd "${srcdir}"/${_pkgname}
install -D -m755 bin/godot.x11.opt.tools.${_arch}.llvm "${pkgdir}"/usr/bin/godot
install -D -m755 bin/godot.linuxbsd.opt.tools.${_arch}.llvm "${pkgdir}"/usr/bin/godot
install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/godot-git/LICENSE
}