summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeanbon2016-10-31 22:19:04 +0100
committerJeanbon2016-10-31 22:19:04 +0100
commit5ce2ad97072070e104d4c8afe4ad250cf67aa1ec (patch)
tree92d2d111122fa6dd729c2bb158503b64ea5b9297
parent5d61ab9a6e40aa5fe0ad01409bec9e6b559d2a87 (diff)
downloadaur-5ce2ad97072070e104d4c8afe4ad250cf67aa1ec.tar.gz
Add jsoncpp to depedencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47a953f6e3ac..f20a35bca35c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Oct 24 09:08:31 UTC 2016
+# Mon Oct 31 21:18:54 UTC 2016
pkgbase = rigsofrods-git
pkgdesc = An open source vehicle simulator based on soft-body physics
- pkgver = 0.4.5.1.r1423.g4da0e5d
+ pkgver = 0.4.5.1.r1447.g53e43cb
pkgrel = 1
url = http://rigsofrods.org
arch = i686
@@ -19,6 +19,7 @@ pkgbase = rigsofrods-git
depends = ogre-pagedgeometry-git
depends = socketw
depends = angelscript-2.22.1
+ depends = jsoncpp
optdepends = sh: for being able to run the commands rigsofrods and rigsofrods-config instead of /opt/rigsofrods/RoR and /opt/rigsofrods/RoRConfig
provides = rigsofrods
conflicts = rigsofrods
diff --git a/PKGBUILD b/PKGBUILD
index 008d76ddfb6d..241b6355ede4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ _pkgname=rigsofrods
_gitname=rigs-of-rods
pkgname=$_pkgname-git
-pkgver=0.4.5.1.r1423.g4da0e5d
+pkgver=0.4.5.1.r1447.g53e43cb
pkgrel=1
pkgdesc="An open source vehicle simulator based on soft-body physics"
arch=('i686' 'x86_64')
url="http://rigsofrods.org"
license=('GPL')
-depends=('openal' 'wxgtk' 'ogre>=1.8.0' 'ogre<2.0.0' 'caelum-git' 'mygui' 'ogre-pagedgeometry-git' 'socketw' 'angelscript-2.22.1')
+depends=('openal' 'wxgtk' 'ogre>=1.8.0' 'ogre<2.0.0' 'caelum-git' 'mygui' 'ogre-pagedgeometry-git' 'socketw' 'angelscript-2.22.1' 'jsoncpp')
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-noangelscript-git')