summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjwhendy2019-09-15 14:58:21 -0500
committerjwhendy2019-09-15 21:34:36 -0500
commit7a569f2555b82f57354c81b95649a07ff9982d14 (patch)
treeb8e58077141f9e6a10e8543c3cc96b68d8a1b9f5
parent421f4d393a6a75157f259232478d3cd8a1c9db99 (diff)
downloadaur-7a569f2555b82f57354c81b95649a07ff9982d14.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 1a5f044e8c58..c639651a77ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ros-melodic-smach
pkgdesc = ROS - SMACH is a task-level architecture for rapidly creating complex robot behavior.
pkgver = 2.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.ros.org/smach
arch = any
license = BSD
makedepends = cmake
makedepends = ros-build-tools
makedepends = ros-melodic-catkin
- source = ros-melodic-smach-2.0.1-0.tar.gz::https://github.com/ros-gbp/executive_smach-release/archive/release/melodic/smach/2.0.1-0.tar.gz
- sha256sums = 37de5727c98e7aa222670ad40229cfe239e2907f25ec0d7133b4ec2c29eb6c7c
+ source = ros-melodic-smach-2.0.1.tar.gz::https://github.com/ros/executive_smach/archive/2.0.1.tar.gz
+ sha256sums = 2f7f58064c960fc56de15fdedfd883f62122bd44874787f13c8b4d8a77c45380
pkgname = ros-melodic-smach
diff --git a/PKGBUILD b/PKGBUILD
index 56f435cca84e..7e56548cc098 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname='ros-melodic-smach'
pkgver='2.0.1'
_pkgver_patch=0
arch=('any')
-pkgrel=1
+pkgrel=2
license=('BSD')
ros_makedepends=(
@@ -27,9 +27,9 @@ depends=(
${ros_depends[@]}
)
-_dir="executive_smach-release-release-melodic-smach-${pkgver}-${_pkgver_patch}"
-source=("${pkgname}-${pkgver}-${_pkgver_patch}.tar.gz"::"https://github.com/ros-gbp/executive_smach-release/archive/release/melodic/smach/${pkgver}-${_pkgver_patch}.tar.gz")
-sha256sums=('37de5727c98e7aa222670ad40229cfe239e2907f25ec0d7133b4ec2c29eb6c7c')
+_dir="executive_smach-${pkgver}/smach"
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/executive_smach/archive/${pkgver}.tar.gz")
+sha256sums=('2f7f58064c960fc56de15fdedfd883f62122bd44874787f13c8b4d8a77c45380')
build() {
# Use ROS environment variables.