Update depends
This commit is contained in:
parent
894e93ca38
commit
a8e2362bfd
2 changed files with 8 additions and 7 deletions
7
.SRCINFO
7
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = godot-git
|
||||
pkgdesc = Godot Game Engine.
|
||||
pkgver = 1.1.r1488.e9bbb97
|
||||
pkgdesc = Godot Game Engine: An advanced, feature packed, multi-platform 2D and 3D game engine.
|
||||
pkgver = 2.1.r3700.564ba76
|
||||
pkgrel = 1
|
||||
url = http://www.godotengine.org
|
||||
arch = i686
|
||||
|
@ -8,9 +8,10 @@ pkgbase = godot-git
|
|||
license = MIT
|
||||
makedepends = git
|
||||
makedepends = scons
|
||||
makedepends = pkg-config
|
||||
makedepends = pulseaudio
|
||||
depends = glu
|
||||
depends = libxcursor
|
||||
depends = libxinerama
|
||||
depends = alsa-lib
|
||||
depends = freetype2
|
||||
depends = mesa
|
||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -3,14 +3,14 @@
|
|||
|
||||
_pkgname=godot
|
||||
pkgname=${_pkgname}-git
|
||||
pkgver=1.1.r1488.e9bbb97
|
||||
pkgver=2.1.r3700.564ba76
|
||||
pkgrel=1
|
||||
pkgdesc="Godot Game Engine."
|
||||
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=('git' 'scons' 'pkg-config')
|
||||
depends=('glu' 'libxcursor' 'alsa-lib' 'freetype2' 'mesa')
|
||||
makedepends=('git' 'scons' 'pulseaudio')
|
||||
depends=('glu' 'libxcursor' 'libxinerama' 'alsa-lib' 'freetype2' 'mesa')
|
||||
optdepends=()
|
||||
conflicts=("godot")
|
||||
provides=("godot")
|
||||
|
|
Loading…
Reference in a new issue