summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjwhendy2019-09-15 14:59:18 -0500
committerjwhendy2019-09-15 20:16:52 -0500
commit0fa4e86f0a281ca6eb41de4965a6fe2560b9a9fb (patch)
tree27e6b18244969726e0687d70e5f36b1207f5faf1
parentfb6366c8fe6616635140da2b4def7255cb9f9000 (diff)
downloadaur-0fa4e86f0a281ca6eb41de4965a6fe2560b9a9fb.tar.gz
updated _dir, sources, and shasums; bumped pkgrel
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cce090836a1..7bfccadee73e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-melodic-rqt-graph
pkgdesc = ROS - rqt_graph provides a GUI plugin for visualizing the ROS computation graph.
pkgver = 0.4.10
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.ros.org/rqt_graph
arch = any
license = BSD
@@ -20,8 +20,8 @@ pkgbase = ros-melodic-rqt-graph
depends = ros-melodic-rospy
depends = ros-melodic-roslib
depends = python-rospkg
- source = ros-melodic-rqt-graph-0.4.10-0.tar.gz::https://github.com/ros-gbp/rqt_graph-release/archive/release/melodic/rqt_graph/0.4.10-0.tar.gz
- sha256sums = 42392c916b12e8c40f044840f42090981ae5bdf5925bcaccd716416e2aace427
+ source = ros-melodic-rqt-graph-0.4.10.tar.gz::https://github.com/ros-visualization/rqt_graph/archive/0.4.10.tar.gz
+ sha256sums = fe10331840b1c861e600d0d47669e5e02c3803d61e21e00b1378ff06038134ec
pkgname = ros-melodic-rqt-graph
diff --git a/PKGBUILD b/PKGBUILD
index afc849e79500..67c25d1ffda6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname='ros-melodic-rqt-graph'
pkgver='0.4.10'
_pkgver_patch=0
arch=('any')
-pkgrel=1
+pkgrel=2
license=('BSD')
ros_makedepends=(
@@ -39,9 +39,9 @@ depends=(
python-rospkg
)
-_dir="rqt_graph-release-release-melodic-rqt_graph-${pkgver}-${_pkgver_patch}"
-source=("${pkgname}-${pkgver}-${_pkgver_patch}.tar.gz"::"https://github.com/ros-gbp/rqt_graph-release/archive/release/melodic/rqt_graph/${pkgver}-${_pkgver_patch}.tar.gz")
-sha256sums=('42392c916b12e8c40f044840f42090981ae5bdf5925bcaccd716416e2aace427')
+_dir="rqt_graph-${pkgver}"
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-visualization/rqt_graph/archive/${pkgver}.tar.gz")
+sha256sums=('fe10331840b1c861e600d0d47669e5e02c3803d61e21e00b1378ff06038134ec')
build() {
# Use ROS environment variables.