summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWard Segers2018-11-09 09:41:13 +0100
committerWard Segers2018-11-09 09:41:13 +0100
commit19ac0d27e42ab6ed7fe04100f9891ea0c8c0c355 (patch)
tree1068a8f515ff93681b6650bfe24c5a04e58f4f57
parent1767e181aa64e4ac97e349a64ba79c93f14e13f5 (diff)
downloadaur-19ac0d27e42ab6ed7fe04100f9891ea0c8c0c355.tar.gz
Adding glu as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab1ebf2647cf..54e76e3af17c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = godot2
pkgdesc = An advanced, feature packed, multi-platform 2D and 3D game engine. Legacy version.
pkgver = 2.1.5
- pkgrel = 1
+ pkgrel = 2
url = http://www.godotengine.org
arch = i686
arch = x86_64
@@ -16,6 +16,7 @@ pkgbase = godot2
depends = libxrandr
depends = libxi
depends = libglvnd
+ depends = glu
source = https://github.com/godotengine/godot/archive/2.1.5-stable.tar.gz
source = godot.desktop
source = icon.png
diff --git a/PKGBUILD b/PKGBUILD
index fdab281e2712..0cc4498f5936 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgname=godot2
_pkgname=godot
pkgver=2.1.5
-pkgrel=1
+pkgrel=2
pkgdesc="An advanced, feature packed, multi-platform 2D and 3D game engine. Legacy version."
url="http://www.godotengine.org"
license=('MIT')
arch=('i686' 'x86_64')
makedepends=('scons' 'clang' 'yasm')
-depends=('libxcursor' 'libxinerama' 'freetype2' 'alsa-lib' 'libxrandr' 'libxi' 'libglvnd')
+depends=('libxcursor' 'libxinerama' 'freetype2' 'alsa-lib' 'libxrandr' 'libxi' 'libglvnd' 'glu')
_arch=''
if test "$CARCH" == x86_64; then
_arch=('64')