update version number

This commit is contained in:
Cristian Porras 2017-10-24 22:08:47 -03:00
parent 99f49e7c4a
commit 1bae2e6001
2 changed files with 4 additions and 3 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.1.r3700.564ba76
pkgver = 3.0.r10380.552ed07cf
pkgrel = 1
url = http://www.godotengine.org
arch = i686
@ -9,6 +9,7 @@ pkgbase = godot-git
makedepends = git
makedepends = scons
makedepends = pulseaudio
makedepends = clang
depends = glu
depends = libxcursor
depends = libxinerama

View file

@ -3,7 +3,7 @@
_pkgname=godot
pkgname=${_pkgname}-git
pkgver=2.2.r5989.ab637bc
pkgver=3.0.r10380.552ed07cf
pkgrel=1
pkgdesc="Godot Game Engine: An advanced, feature packed, multi-platform 2D and 3D game engine."
url="http://www.godotengine.org"
@ -47,7 +47,7 @@ build() {
sed -n '/\/* Copyright/,/IN THE SOFTWARE./p' main/main.cpp | sed 's/\/\*//' | sed 's/\*\///' > LICENSE
scons platform=x11 target=release_debug CXX=clang++
scons platform=x11 target=release_debug CXX=clang++ -j$(nproc)
}
package() {