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