summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjwhendy2019-09-15 14:58:59 -0500
committerjwhendy2019-09-17 22:23:12 -0500
commit12ee1879906d45261180054c5831f30824e1773b (patch)
treebf557dea4c32e84a60e04d85538a1518a127a4cb
parent73d297792b6c1bc53f86ac901fabbdda4de80430 (diff)
downloadaur-12ee1879906d45261180054c5831f30824e1773b.tar.gz
updated _dir, sources, and shasums; pkgrel
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0335222fefac..cc2482d952cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-melodic-test-diagnostic-aggregator
pkgdesc = ROS - Basic diagnostic_aggregator tests are in the.
pkgver = 1.9.3
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.ros.org/test_diagnostic_aggregator
arch = any
license = BSD
@@ -19,8 +19,8 @@ pkgbase = ros-melodic-test-diagnostic-aggregator
depends = ros-melodic-diagnostic-aggregator
depends = ros-melodic-rospy
depends = ros-melodic-pluginlib
- source = ros-melodic-test-diagnostic-aggregator-1.9.3-0.tar.gz::https://github.com/ros-gbp/diagnostics-release/archive/release/melodic/test_diagnostic_aggregator/1.9.3-0.tar.gz
- sha256sums = 4c49680ea5fe2d6e4c792d09848623c3b0206126ad171c4b4dd61f400c9abfe3
+ source = ros-melodic-test-diagnostic-aggregator-1.9.3.tar.gz::https://github.com/ros/diagnostics/archive/1.9.3.tar.gz
+ sha256sums = 3b2d3bb7bb333b8685fa084e086c00a044803dac41ff58351161440931d23550
pkgname = ros-melodic-test-diagnostic-aggregator
diff --git a/PKGBUILD b/PKGBUILD
index 4e91ce3a0365..78f0284b0db3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,8 @@ url='https://wiki.ros.org/test_diagnostic_aggregator'
pkgname='ros-melodic-test-diagnostic-aggregator'
pkgver='1.9.3'
-_pkgver_patch=0
arch=('any')
-pkgrel=1
+pkgrel=2
license=('BSD')
ros_makedepends=(
@@ -38,9 +37,9 @@ depends=(
${ros_depends[@]}
)
-_dir="diagnostics-release-release-melodic-test_diagnostic_aggregator-${pkgver}-${_pkgver_patch}"
-source=("${pkgname}-${pkgver}-${_pkgver_patch}.tar.gz"::"https://github.com/ros-gbp/diagnostics-release/archive/release/melodic/test_diagnostic_aggregator/${pkgver}-${_pkgver_patch}.tar.gz")
-sha256sums=('4c49680ea5fe2d6e4c792d09848623c3b0206126ad171c4b4dd61f400c9abfe3')
+_dir="diagnostics-${pkgver}/test_diagnostic_aggregator"
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/diagnostics/archive/${pkgver}.tar.gz")
+sha256sums=('3b2d3bb7bb333b8685fa084e086c00a044803dac41ff58351161440931d23550')
build() {
# Use ROS environment variables.