summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 262b06309a4f..c84a88827c96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-noetic-qt-dotgraph
pkgdesc = ROS - qt_dotgraph provides helpers to work with dot graphs.
- pkgver = 0.3.16
- pkgrel = 0
+ pkgver = 0.4.2
+ pkgrel = 1
url = https://wiki.ros.org/qt_dotgraph
arch = any
license = BSD
@@ -10,8 +10,8 @@ pkgbase = ros-noetic-qt-dotgraph
makedepends = ros-noetic-catkin
depends = ros-noetic-python-qt-binding
depends = python-pydot
- source = ros-noetic-qt-dotgraph-0.3.16.tar.gz::https://github.com/ros-visualization/qt_gui_core/archive/0.3.16.tar.gz
- sha256sums = efa5ecf7ec22de606b3c0e039f43aacc2f2d79d74d7e17ecceecf2cafd22d128
+ source = ros-noetic-qt-dotgraph-0.4.2.tar.gz::https://github.com/ros-visualization/qt_gui_core/archive/0.4.2.tar.gz
+ sha256sums = fbc5a7b0a4da43f80e9216845aec2e247fac0a63512053c03a9f89024d026aad
pkgname = ros-noetic-qt-dotgraph
diff --git a/PKGBUILD b/PKGBUILD
index e17fcf0a0c6f..edf7b2dc7fec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@ pkgdesc="ROS - qt_dotgraph provides helpers to work with dot graphs."
url='https://wiki.ros.org/qt_dotgraph'
pkgname='ros-noetic-qt-dotgraph'
-pkgver='0.3.16'
+pkgver='0.4.2'
arch=('any')
-pkgrel=0
+pkgrel=1
license=('BSD')
ros_makedepends=(
@@ -28,7 +28,7 @@ depends=(
_dir="qt_gui_core-${pkgver}/qt_dotgraph"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-visualization/qt_gui_core/archive/${pkgver}.tar.gz")
-sha256sums=('efa5ecf7ec22de606b3c0e039f43aacc2f2d79d74d7e17ecceecf2cafd22d128')
+sha256sums=('fbc5a7b0a4da43f80e9216845aec2e247fac0a63512053c03a9f89024d026aad')
build() {
# Use ROS environment variables.