Ver 4
This commit is contained in:
parent
9168c7b03f
commit
8363fa9059
2 changed files with 5 additions and 5 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
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 = 3.1.dev
|
pkgver = 4.0.dev
|
||||||
pkgrel = 3
|
pkgrel = 1
|
||||||
url = http://www.godotengine.org
|
url = http://www.godotengine.org
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -3,8 +3,8 @@
|
||||||
|
|
||||||
_pkgname=godot
|
_pkgname=godot
|
||||||
pkgname=${_pkgname}-git
|
pkgname=${_pkgname}-git
|
||||||
pkgver=3.1.dev
|
pkgver=4.0.dev
|
||||||
pkgrel=2
|
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')
|
||||||
|
@ -57,7 +57,7 @@ package() {
|
||||||
|
|
||||||
cd "${srcdir}"/${_pkgname}
|
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
|
install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/godot-git/LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue