summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlen D'souza2016-09-06 22:07:17 +0530
committerGlen D'souza2016-09-06 22:07:17 +0530
commit8547c21b3eac623d1ce5b8a6689c4d35dc23039e (patch)
treecd1dd856d477f192bdc7d892056d5799d304a6a1
parentfeae1fb5d0a34979db6fd2da2e2bcfd0946979e2 (diff)
downloadaur-8547c21b3eac623d1ce5b8a6689c4d35dc23039e.tar.gz
Don't use openscenegraph-git
* This breaks build, due to changes in OpenSceneGraph 's git revision * Use openscenegraph from the community repo as a sane default * Allows openscenegraph-git to be used in the future
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea4047ca802f..43e0b3ca0fd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun May 15 12:42:39 UTC 2016
+# Tue Sep 6 16:35:53 UTC 2016
pkgbase = flightgear-git
pkgdesc = An open-source, multi-platform flight simulator
- pkgver = 20160515
+ pkgver = 20160906
pkgrel = 1
url = http://flightgear.org/
arch = i686
@@ -21,7 +21,7 @@ pkgbase = flightgear-git
depends = openal
depends = qt5-base
depends = fgdata-git
- depends = openscenegraph-git
+ depends = openscenegraph
provides = flightgear-git
conflicts = flightgear
source = git://git.code.sf.net/p/flightgear/flightgear
diff --git a/PKGBUILD b/PKGBUILD
index 8d7283f65d66..26d4910d9944 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: jmf <jmf at mesecons dot net>
# Contributor: Pascal Groschwitz <p.groschwitz@googlemail.com>
pkgname=flightgear-git
-pkgver=20160515
+pkgver=20160906
pkgrel=1
_gitname=flightgear
pkgdesc="An open-source, multi-platform flight simulator"
arch=('i686' 'x86_64')
url="http://flightgear.org/"
license=('GPL')
-depends=('libxmu' 'libxi' 'zlib' 'libxrandr' 'glu' 'openal' 'qt5-base' 'fgdata-git' 'openscenegraph-git')
+depends=('libxmu' 'libxi' 'zlib' 'libxrandr' 'glu' 'openal' 'qt5-base' 'fgdata-git' 'openscenegraph')
optdepends=()
makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear-git')
provides=('flightgear-git')