Update depends

This commit is contained in:
Cristian Porras 2016-05-02 23:31:45 -03:00
parent ed6f42582c
commit ec6cc9283e
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = godot-git
pkgdesc = Godot Game Engine: An advanced, feature packed, multi-platform 2D and 3D game engine.
pkgver = 2.0.r2549.1bc9184
pkgver = 2.1.r3700.564ba76
pkgrel = 1
url = http://www.godotengine.org
arch = i686
@ -8,13 +8,13 @@ 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
depends = libxinerama
provides = godot
conflicts = godot
source = git://github.com/godotengine/godot.git#branch=master

View file

@ -3,14 +3,14 @@
_pkgname=godot
pkgname=${_pkgname}-git
pkgver=2.0.r2549.1bc9184
pkgver=2.1.r3700.564ba76
pkgrel=1
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' 'libxinerama')
makedepends=('git' 'scons' 'pulseaudio')
depends=('glu' 'libxcursor' 'libxinerama' 'alsa-lib' 'freetype2' 'mesa')
optdepends=()
conflicts=("godot")
provides=("godot")