summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristian Porras2018-02-04 19:41:05 -0300
committerCristian Porras2018-02-04 19:41:05 -0300
commite693185b66abac53964f3b36824161c8ddbdfe59 (patch)
tree3a20a4c78492a282baf0e3ee86196fd8f355bf04
parentd66ee2a0c48e7b10134faa94054d80bb6cd417a2 (diff)
downloadaur-e693185b66abac53964f3b36824161c8ddbdfe59.tar.gz
New icon and openmp dependency
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
-rw-r--r--godot.desktop2
-rw-r--r--icon.pngbin3188 -> 11155 bytes
4 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d564557b4ea..151c2f69691f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = godot-git
pkgdesc = Godot Game Engine: An advanced, feature packed, multi-platform 2D and 3D game engine.
- pkgver = 3.0.r10546.93a3d1714
+ pkgver = 3.1.r12749.ea99b90a7
pkgrel = 1
url = http://www.godotengine.org
arch = i686
@@ -16,14 +16,15 @@ pkgbase = godot-git
depends = alsa-lib
depends = freetype2
depends = mesa
+ depends = openmp
provides = godot
conflicts = godot
source = git://github.com/godotengine/godot.git#branch=master
source = godot.desktop
source = icon.png
sha256sums = SKIP
- sha256sums = d2f5ae30b8c0c3fd8a20a451d34e9e9d0ba1b60a39b1f68484a9a74227c83822
- sha256sums = b6bb8e42625414303cf7608f08fe63bd3267486bf7a96586ebab05ade5189785
+ sha256sums = 2ae039a3879b23e157f2125e0b326fa1ef66d56bfd596c790e8943d27652e93a
+ sha256sums = 99f9d17c4355b274ef0c08069cf6e756a98cd5c9d9d22d1b39f79538134277e1
pkgname = godot-git
diff --git a/PKGBUILD b/PKGBUILD
index afbea021eff9..79e3435710c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_pkgname=godot
pkgname=${_pkgname}-git
-pkgver=3.0.r10546.93a3d1714
+pkgver=3.1.r12749.ea99b90a7
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' 'pulseaudio' 'clang')
-depends=('glu' 'libxcursor' 'libxinerama' 'alsa-lib' 'freetype2' 'mesa')
+depends=('glu' 'libxcursor' 'libxinerama' 'alsa-lib' 'freetype2' 'mesa' 'openmp')
optdepends=()
conflicts=("godot")
provides=("godot")
@@ -28,8 +28,8 @@ source=(
)
sha256sums=(
'SKIP'
- 'd2f5ae30b8c0c3fd8a20a451d34e9e9d0ba1b60a39b1f68484a9a74227c83822'
- 'b6bb8e42625414303cf7608f08fe63bd3267486bf7a96586ebab05ade5189785'
+ '2ae039a3879b23e157f2125e0b326fa1ef66d56bfd596c790e8943d27652e93a'
+ '99f9d17c4355b274ef0c08069cf6e756a98cd5c9d9d22d1b39f79538134277e1'
)
diff --git a/godot.desktop b/godot.desktop
index 1e2e1545c597..84d7b735d791 100644
--- a/godot.desktop
+++ b/godot.desktop
@@ -5,4 +5,4 @@ Exec=/usr/bin/godot %U
Icon=godot
Terminal=false
Type=Application
-Categories=Utility;Game;
+Categories=Development;
diff --git a/icon.png b/icon.png
index 2a38417ca48c..29c4a7b8fcd2 100644
--- a/icon.png
+++ b/icon.png
Binary files differ