summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjwhendy2019-09-15 14:58:45 -0500
committerjwhendy2019-09-15 21:53:21 -0500
commit4191a94a8f3b53e7c1695b4b910f59305819172a (patch)
tree24a16b180ec1648060a6d37456d5ea5af4144112
parent690aa3a8cae6a545de930767392f271da397e2a9 (diff)
downloadaur-4191a94a8f3b53e7c1695b4b910f59305819172a.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 8cf5f5de880a..61aa10d39dd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-melodic-turtle-actionlib
pkgdesc = ROS - turtle_actionlib demonstrates how to write an action server and client with the turtlesim.
pkgver = 0.1.11
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.ros.org/turtle_actionlib
arch = any
license = BSD
@@ -26,8 +26,8 @@ pkgbase = ros-melodic-turtle-actionlib
depends = ros-melodic-std-msgs
depends = ros-melodic-message-runtime
depends = ros-melodic-geometry-msgs
- source = ros-melodic-turtle-actionlib-0.1.11-0.tar.gz::https://github.com/ros-gbp/common_tutorials-release/archive/release/melodic/turtle_actionlib/0.1.11-0.tar.gz
- sha256sums = 692d2a6946d45017346aa4165b4331314b1fde5f0067717ce33bf7ebbce1bc94
+ source = ros-melodic-turtle-actionlib-0.1.11.tar.gz::https://github.com/ros/common_tutorials/archive/0.1.11.tar.gz
+ sha256sums = e6015c289219df58253809254baa53dbf2f3190b61d77fac2b2fb8b8c12f3ec1
pkgname = ros-melodic-turtle-actionlib
diff --git a/PKGBUILD b/PKGBUILD
index 948bf46110f3..21c9c6d44265 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname='ros-melodic-turtle-actionlib'
pkgver='0.1.11'
_pkgver_patch=0
arch=('any')
-pkgrel=1
+pkgrel=2
license=('BSD')
ros_makedepends=(
@@ -45,9 +45,9 @@ depends=(
${ros_depends[@]}
)
-_dir="common_tutorials-release-release-melodic-turtle_actionlib-${pkgver}-${_pkgver_patch}"
-source=("${pkgname}-${pkgver}-${_pkgver_patch}.tar.gz"::"https://github.com/ros-gbp/common_tutorials-release/archive/release/melodic/turtle_actionlib/${pkgver}-${_pkgver_patch}.tar.gz")
-sha256sums=('692d2a6946d45017346aa4165b4331314b1fde5f0067717ce33bf7ebbce1bc94')
+_dir="common_tutorials-${pkgver}/turtle_actionlib"
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/common_tutorials/archive/${pkgver}.tar.gz")
+sha256sums=('e6015c289219df58253809254baa53dbf2f3190b61d77fac2b2fb8b8c12f3ec1')
build() {
# Use ROS environment variables.