summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTobias Borgert2020-08-09 12:42:28 +0200
committerTobias Borgert2020-08-09 12:42:28 +0200
commit40a70f2ae2557fa3f47e1072072ac69e42a37cb5 (patch)
tree0371bc470f429bb868f24966cbd81df7ef1d12c0 /PKGBUILD
parentb6337927ab738ed638c2d864f0545ef5b5a3236a (diff)
downloadaur-40a70f2ae2557fa3f47e1072072ac69e42a37cb5.tar.gz
Added new dependencies - thank leuko for noticing them
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ced02468374..a703f0aa9b60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: Tobias Borgert <tobias.borgert@gmail.com>
# A lot of thanks go to the previous maintainer, Kartik Mohta, for his work.
+# Thank you to leuko for pointing out new build/run dependencies for rviz_ogre_vendor and rviz2.
pkgname=ros2-arch-deps
-pkgver=0.7
+pkgver=0.8
pkgrel=1
pkgdesc="Dependencies for building ROS2 on Arch"
url="https://index.ros.org/doc/ros2/"
@@ -17,6 +18,7 @@ depends=('asio'
'glu'
'hdf5'
'libxaw'
+ 'libxrandr'
'log4cxx'
'opencv'
'poco'
@@ -33,6 +35,7 @@ depends=('asio'
'python-sip'
'python-yaml'
'qt5-base'
+ 'qt5-svg'
'sip'
'tinyxml'
'tinyxml2'