summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelix Exner2021-02-26 12:38:13 +0100
committerFelix Exner2021-02-26 12:38:13 +0100
commit55ca51d2245e02018963425d8edf3ab99d8b7299 (patch)
tree066d6569db9cc83d4ae900b181c7251c2de92067 /PKGBUILD
parentc0aed648c915014dbf8af290de6fdeeb86673ec5 (diff)
downloadaur-ros-melodic-rqt-plot.tar.gz
Update package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 99628a7c955b..59bcbe719549 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - rqt_plot provides a GUI plugin visualizing numeric values in a 2D
url='https://wiki.ros.org/rqt_plot'
pkgname='ros-melodic-rqt-plot'
-pkgver='0.4.9'
+pkgver='0.4.13'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -39,9 +39,9 @@ depends=(
python-numpy
)
-_dir="rqt_plot-${pkgver}"
+_dir="rqt_plot-${pkgver}/"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-visualization/rqt_plot/archive/${pkgver}.tar.gz")
-sha256sums=('f133af1febcb43d82214508a3a6eb51fdf848fe5353f3c6c7f5825cea3f84ead')
+sha256sums=('137f2b2c4751074b7d2ff0556e94c4ace6fe7e51f0392fbea985cad6e00e544a')
build() {
# Use ROS environment variables.