summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjwhendy2019-09-15 14:59:31 -0500
committerjwhendy2019-09-17 22:00:13 -0500
commitba9d8f645f7f6796f36970d9002f944f18261405 (patch)
tree05e29f03ea5eac676810a705e2477e76ea9e5844 /PKGBUILD
parent1d072c99f95ae455ee54b833c93144b11692954e (diff)
downloadaur-ba9d8f645f7f6796f36970d9002f944f18261405.tar.gz
updated _dir, sources, and shasums; pkgrel
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53d534ade95a..58c4f82906bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,8 @@ url='https://github.com/ros/diagnostics'
pkgname='ros-melodic-rosdiagnostic'
pkgver='1.9.3'
-_pkgver_patch=0
arch=('any')
-pkgrel=1
+pkgrel=2
license=('BSD')
ros_makedepends=(
@@ -29,9 +28,9 @@ depends=(
${ros_depends[@]}
)
-_dir="diagnostics-release-release-melodic-rosdiagnostic-${pkgver}-${_pkgver_patch}"
-source=("${pkgname}-${pkgver}-${_pkgver_patch}.tar.gz"::"https://github.com/ros-gbp/diagnostics-release/archive/release/melodic/rosdiagnostic/${pkgver}-${_pkgver_patch}.tar.gz")
-sha256sums=('1244881acaaeb2251f829e4705bbf88e5d1f99d161d24a4ab99bae9a138b85c5')
+_dir="diagnostics-${pkgver}/rosdiagnostic"
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/diagnostics/archive/${pkgver}.tar.gz")
+sha256sums=('3b2d3bb7bb333b8685fa084e086c00a044803dac41ff58351161440931d23550')
build() {
# Use ROS environment variables.