summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmf2015-09-06 01:33:41 +0200
committerjmf2015-09-06 01:33:41 +0200
commit9f419818d6baa0592dbcbaf65e7f41de124422c5 (patch)
tree759625317326e592cd2d730580b497260738a472
parent22439774e23ef834026d23ee01ffa5bde7c22c86 (diff)
downloadaur-9f419818d6baa0592dbcbaf65e7f41de124422c5.tar.gz
Allow any openscenegraph-providing package to work with simgear
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 635b13e191c1..ddc6853affa9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = simgear-git
depends = glut
depends = freealut
depends = plib
- depends = openscenegraph-git
+ depends = openscenegraph
depends = boost>=1.49
provides = simgear-git
conflicts = simgear
diff --git a/PKGBUILD b/PKGBUILD
index ef3eb36f3516..ca27a7d7e43e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="A set of open-source libraries designed to be used as building blocks f
arch=('i686' 'x86_64')
url="http://simgear.sourceforge.net/"
license=('GPL')
-depends=('glut' 'freealut' 'plib' 'openscenegraph-git' 'boost>=1.49')
+depends=('glut' 'freealut' 'plib' 'openscenegraph' 'boost>=1.49')
optdepends=()
makedepends=('git')
provides=('simgear-git')