summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlen D'souza2019-01-12 15:24:14 +0530
committerGlen D'souza2019-01-12 15:24:14 +0530
commit2d70ae2cba1e7573e1a3bc0d573e65d612c1b017 (patch)
treeb416c0d154cb52b2ac4c0b08b18f220ad474dbc5
parent42662f3fc9ab1fc8153052fdeab9bc6e9c434e8f (diff)
downloadaur-2d70ae2cba1e7573e1a3bc0d573e65d612c1b017.tar.gz
SimGear is not compatible with OpenSceneGraph > 3.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c43af6504b7d..055123e0c11b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = simgear-git
pkgdesc = A set of open-source libraries designed to be used as building blocks for quickly assembling 3d simulations, games, and visualization applications.
- pkgver = 2018.4.0r5098.6d89cc6c
+ pkgver = 2018.4.0r5124.ed87a0b0
pkgrel = 1
url = http://home.flightgear.org/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = simgear-git
depends = glut
depends = freealut
depends = plib
- depends = openscenegraph
+ depends = openscenegraph34
provides = simgear=2018.4.0
conflicts = simgear
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index e7655a679139..fa6b936cc77a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# Contributor: Pascal Groschwitz <p.groschwitz@googlemail.com>
pkgname=simgear-git
-pkgver=2018.4.0r5098.6d89cc6c
+pkgver=2018.4.0r5124.ed87a0b0
_pkgver=2018.4.0
pkgrel=1
pkgdesc="A set of open-source libraries designed to be used as building blocks for quickly assembling 3d simulations, games, and visualization applications."
arch=('x86_64')
url="http://home.flightgear.org/"
license=('GPL')
-depends=('glu' 'glut' 'freealut' 'plib' 'openscenegraph')
+depends=('glu' 'glut' 'freealut' 'plib' 'openscenegraph34')
makedepends=('boost' 'cmake' 'mesa')
provides=('simgear=2018.4.0')
conflicts=('simgear')