summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Borgert2020-10-25 13:48:08 +0100
committerTobias Borgert2020-10-25 13:48:08 +0100
commitbd25d6777a93452f5dcc231a3a0867324f8a52a2 (patch)
tree3be0db1e5b7a955c0875c14972bc1148b31cec4c
parent6fdbf59bd24cf2a9fdb2dc81ec30c6f587cd7691 (diff)
downloadaur-bd25d6777a93452f5dcc231a3a0867324f8a52a2.tar.gz
Fixed typo in optdepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbc297e6d1aa..58851bfae55c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index d83dc952b7e1..587c55a973ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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=()