summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDennis Holierhoek2016-07-12 22:03:50 +0200
committerDennis Holierhoek2016-07-12 22:03:50 +0200
commit56e81d87efca521e89daad984b973b81b89c413e (patch)
tree7a4f3de95c64751c5dc171984406e79374787628 /PKGBUILD
parent7be8bc1c0421f64ab57ea37574d8b827ae257ec2 (diff)
downloadaur-rigsofrods-noangelscript-git.tar.gz
Added OGRE version dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02340c86753d..be079a773f30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@ _gitname=rigs-of-rods
pkgname=$_pkgname-noangelscript-git
pkgver=0.4.5.1.r1049.g5fb089e
-pkgrel=3
+pkgrel=4
pkgdesc="An open source vehicle simulator based on soft-body physics - version without Angelscript - may be required at 32 bit systems"
arch=('i686' 'x86_64')
url="http://rigsofrods.org"
license=('GPL')
-depends=('openal' 'wxgtk' 'ogre' 'caelum-git' 'mygui' 'ogre-pagedgeometry-git' 'socketw')
+depends=('openal' 'wxgtk' 'ogre>=1.8.0' 'ogre<2.0.0' 'caelum-git' 'mygui' 'ogre-pagedgeometry-git' 'socketw')
optdepends=('sh: for being able to run the commands rigsofrods and rigsofrods-config instead of /opt/rigsofrods/RoR and /opt/rigsofrods/RoRConfig')
makedepends=('cmake' 'git')
conflicts=('rigsofrods' 'rigsofrods-hg' 'rigsofrods-git')