summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a6d726878f3..a346e75a5f4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Benjamin Chretien <chretien at lirmm dot fr>
pkgname=choreonoid
pkgver=1.4.0
-pkgrel=3
+pkgrel=5
pkgdesc="An integrated robotics GUI environment."
arch=('any')
url="http://choreonoid.org"
license=('LGPL2')
depends=('boost' 'bullet' 'eigen3' 'glew' 'glibc' 'libgl' 'libpng' 'libjpeg-turbo'
- 'libyaml' 'libx11' 'qt4' 'zlib')
+ 'libyaml' 'libx11' 'openscenegraph' 'qt4' 'zlib')
makedepends=('cmake')
source=(http://choreonoid.org/_downloads/$pkgname-${pkgver}.zip)