summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKartik Mohta2020-05-23 19:10:45 -0700
committerKartik Mohta2020-05-23 19:10:45 -0700
commit2172417b0bd2b0ad4c55d2c4369b884c19282492 (patch)
tree4dcb97d578a9c9b463722abe67204b79c0df8cbd /PKGBUILD
parent6a5b2ac92f3e935da6c35fb07e65eab9a8203492 (diff)
downloadaur-2172417b0bd2b0ad4c55d2c4369b884c19282492.tar.gz
Update for ROS noetic
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6836771107e0..c3b2f3d28504 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Kartik Mohta <kartikmohta@gmail.com>
pkgname=ros-arch-deps
-pkgver=1.14
-pkgrel=4
+pkgver=1.15
+pkgrel=1
pkgdesc="Dependencies for building ROS on Arch"
url="http://www.ros.org"
arch=('x86_64' 'i686')
license=('BSD')
depends=('assimp' 'boost' 'cmake' 'console-bridge' 'eigen' 'fltk' 'gazebo'
- 'gtest' 'log4cxx' 'lz4' 'ogre' 'pcl' 'poco' 'python-crypto' 'python-dateutil'
+ 'gtest' 'log4cxx' 'lz4' 'ogre<2' 'orocos-kdl' 'pcl' 'poco' 'python-dateutil'
'python-defusedxml' 'python-empy' 'python-gnupg' 'python-netifaces'
- 'python-nose' 'python-opengl' 'python-paramiko' 'python-psutil' 'python-pydot'
- 'python-pyqt5' 'python-rosdep' 'python-rosinstall'
- 'python-rosinstall_generator' 'python-sip' 'python-wstool' 'python-yaml'
- 'qt5-base' 'sip' 'tango-icon-theme' 'urdfdom' 'yaml-cpp')
+ 'python-nose' 'python-opengl' 'python-paramiko' 'python-psutil'
+ 'python-pycryptodome' 'python-pydot' 'python-pyqt5' 'python-rosdep'
+ 'python-rosinstall' 'python-rosinstall_generator' 'python-sip' 'python-wstool'
+ 'python-yaml' 'qt5-base' 'sip' 'tango-icon-theme' 'urdfdom' 'yaml-cpp')
optdepends=(
'python-matplotlib: rqt_plot backend'