summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjwhendy2019-09-15 14:58:23 -0500
committerjwhendy2019-09-15 21:33:43 -0500
commit6029cdcd4483366a424006ea72cbdce1449ac58b (patch)
tree61a614163ddc5d281b2b98eb6a8366f9853061d0
parent8ff3511c7b6253ee16692ba641f2186d4dc91bd5 (diff)
downloadaur-6029cdcd4483366a424006ea72cbdce1449ac58b.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 e4ee1860c81a..3f7973c9e759 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-melodic-smach-msgs
pkgdesc = ROS - this package contains a set of messages that are used by the introspection interfaces for smach.
pkgver = 2.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.ros.org/smach_msgs
arch = any
license = BSD
@@ -12,8 +12,8 @@ pkgbase = ros-melodic-smach-msgs
makedepends = ros-melodic-catkin
depends = ros-melodic-message-runtime
depends = ros-melodic-std-msgs
- source = ros-melodic-smach-msgs-2.0.1-0.tar.gz::https://github.com/ros-gbp/executive_smach-release/archive/release/melodic/smach_msgs/2.0.1-0.tar.gz
- sha256sums = b42e7a31e5e9ee3fcec7388566ca1a78d2af773c2e0bc7428d4f2d62ed732bcf
+ source = ros-melodic-smach-msgs-2.0.1.tar.gz::https://github.com/ros/executive_smach/archive/2.0.1.tar.gz
+ sha256sums = 2f7f58064c960fc56de15fdedfd883f62122bd44874787f13c8b4d8a77c45380
pkgname = ros-melodic-smach-msgs
diff --git a/PKGBUILD b/PKGBUILD
index afc23d96cb29..811efb1d5759 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname='ros-melodic-smach-msgs'
pkgver='2.0.1'
_pkgver_patch=0
arch=('any')
-pkgrel=1
+pkgrel=2
license=('BSD')
ros_makedepends=(
@@ -31,9 +31,9 @@ depends=(
${ros_depends[@]}
)
-_dir="executive_smach-release-release-melodic-smach_msgs-${pkgver}-${_pkgver_patch}"
-source=("${pkgname}-${pkgver}-${_pkgver_patch}.tar.gz"::"https://github.com/ros-gbp/executive_smach-release/archive/release/melodic/smach_msgs/${pkgver}-${_pkgver_patch}.tar.gz")
-sha256sums=('b42e7a31e5e9ee3fcec7388566ca1a78d2af773c2e0bc7428d4f2d62ed732bcf')
+_dir="executive_smach-${pkgver}/smach_msgs"
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/executive_smach/archive/${pkgver}.tar.gz")
+sha256sums=('2f7f58064c960fc56de15fdedfd883f62122bd44874787f13c8b4d8a77c45380')
build() {
# Use ROS environment variables.