summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjwhendy2019-09-15 15:00:05 -0500
committerjwhendy2019-09-15 21:08:31 -0500
commitd34627c495dccacb42942e801defc92fca255a5f (patch)
treed2609e8335be8431ce71a1972bbd39727e40ccea
parent99465fe61ccec5dc1e3b4d200850459673b4c28e (diff)
downloadaur-ros-melodic-rqt-common-plugins.tar.gz
updated _dir, sources, and shasums; pkgrel
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53ae88ce1cf6..b84f471a1228 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-melodic-rqt-common-plugins
pkgdesc = ROS - rqt_common_plugins metapackage provides ROS backend graphical tools suite that can be used on/off of robot runtime.
pkgver = 0.4.8
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.ros.org/rqt_common_plugins
arch = any
license = BSD
@@ -29,8 +29,8 @@ pkgbase = ros-melodic-rqt-common-plugins
depends = ros-melodic-rqt-image-view
depends = ros-melodic-rqt-py-console
depends = ros-melodic-rqt-reconfigure
- source = ros-melodic-rqt-common-plugins-0.4.8-0.tar.gz::https://github.com/ros-gbp/rqt_common_plugins-release/archive/release/melodic/rqt_common_plugins/0.4.8-0.tar.gz
- sha256sums = f0c64a0ec07274960b5e4eb9c032c6c439e67a82b0ae25c4cc9d27be2ecacc83
+ source = ros-melodic-rqt-common-plugins-0.4.8.tar.gz::https://github.com/ros-visualization/rqt_common_plugins/archive/0.4.8.tar.gz
+ sha256sums = 73cba40630e4bb41f1fa2960d5b03925e878ee90ea59bd5117961c231bea9819
pkgname = ros-melodic-rqt-common-plugins
diff --git a/PKGBUILD b/PKGBUILD
index e1ec502a7542..a29595dd9ba8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname='ros-melodic-rqt-common-plugins'
pkgver='0.4.8'
_pkgver_patch=0
arch=('any')
-pkgrel=1
+pkgrel=2
license=('BSD')
ros_makedepends=(
@@ -48,9 +48,9 @@ depends=(
${ros_depends[@]}
)
-_dir="rqt_common_plugins-release-release-melodic-rqt_common_plugins-${pkgver}-${_pkgver_patch}"
-source=("${pkgname}-${pkgver}-${_pkgver_patch}.tar.gz"::"https://github.com/ros-gbp/rqt_common_plugins-release/archive/release/melodic/rqt_common_plugins/${pkgver}-${_pkgver_patch}.tar.gz")
-sha256sums=('f0c64a0ec07274960b5e4eb9c032c6c439e67a82b0ae25c4cc9d27be2ecacc83')
+_dir="rqt_common_plugins-${pkgver}"
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-visualization/rqt_common_plugins/archive/${pkgver}.tar.gz")
+sha256sums=('73cba40630e4bb41f1fa2960d5b03925e878ee90ea59bd5117961c231bea9819')
build() {
# Use ROS environment variables.