diff options
author | Tobias Borgert | 2020-10-25 13:48:08 +0100 |
---|---|---|
committer | Tobias Borgert | 2020-10-25 13:48:08 +0100 |
commit | bd25d6777a93452f5dcc231a3a0867324f8a52a2 (patch) | |
tree | 3be0db1e5b7a955c0875c14972bc1148b31cec4c | |
parent | 6fdbf59bd24cf2a9fdb2dc81ec30c6f587cd7691 (diff) | |
download | aur-bd25d6777a93452f5dcc231a3a0867324f8a52a2.tar.gz |
Fixed typo in optdepends
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = ros2-arch-deps pkgdesc = Dependencies for building ROS2 on Arch pkgver = 0.10 - pkgrel = 1 + pkgrel = 2 url = https://index.ros.org/doc/ros2/ arch = any license = none @@ -66,7 +66,7 @@ pkgbase = ros2-arch-deps depends = python-rosdep optdepends = python-pydot: running the node graph in rqt optdepends = python-pyqtgraph: for plotting in rqt - optdepends = python-matploblib: for plotting in rqt + optdepends = python-matplotlib: for plotting in rqt pkgname = ros2-arch-deps @@ -4,7 +4,7 @@ # Contributor: calvertdw pkgname=ros2-arch-deps pkgver=0.10 -pkgrel=1 +pkgrel=2 pkgdesc="Dependencies for building ROS2 on Arch" url="https://index.ros.org/doc/ros2/" arch=('any') @@ -72,7 +72,7 @@ depends=('asio' 'python-rosdep') optdepends=('python-pydot: running the node graph in rqt' 'python-pyqtgraph: for plotting in rqt' - 'python-matploblib: for plotting in rqt') + 'python-matplotlib: for plotting in rqt') md5sums=() |