summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4253723c2e95..942d927bf75f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: kartikmohta
# Contributor: calvertdw
pkgname=ros2-arch-deps
-pkgver=0.16
+pkgver=0.17
pkgrel=1
pkgdesc="Dependencies for building ROS2 on Arch"
url="https://index.ros.org/doc/ros2/"
@@ -70,9 +70,11 @@ depends=('asio'
'python-rospkg'
'python-rosdistro'
'python-rosdep'
+ 'sip4'
+ 'python-pyqt5-sip4'
+ 'python-sip4'
)
-makedepends=('sip4' 'python-pyqt5-sip4' 'python-sip4')
optdepends=('python-pydot: running the node graph in rqt'
'python-pyqtgraph: for plotting in rqt'
'python-matplotlib: for plotting in rqt')