summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKartik Mohta2018-07-12 22:21:05 -0400
committerKartik Mohta2018-07-12 22:21:05 -0400
commitbd78c404c2423bdcb938cd14ffc43849374eb9f0 (patch)
treee4da5a572b4bf6a33f3d74acb793f8f2e9d55558 /PKGBUILD
parentb9569d6b8790688226b755db52d13f439f376633 (diff)
downloadaur-bd78c404c2423bdcb938cd14ffc43849374eb9f0.tar.gz
Add sip dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0938d44ebccb..8fe1a30abfbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kartik Mohta <kartikmohta@gmail.com>
pkgname=ros-arch-deps
pkgver=1.14
-pkgrel=2
+pkgrel=3
pkgdesc="Dependencies for building ROS on Arch"
url="http://www.ros.org"
arch=('x86_64' 'i686')
@@ -13,7 +13,7 @@ depends=('assimp' 'boost' 'cmake' 'collada-dom' 'console-bridge' 'eigen'
'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' 'tango-icon-theme' 'urdfdom' 'yaml-cpp')
+ 'python-yaml' 'qt5-base' 'sip' 'tango-icon-theme' 'urdfdom' 'yaml-cpp')
optdepends=(
'python-matplotlib: rqt_plot backend'