summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242019-05-07 21:43:45 +0000
committerbionade242019-05-07 21:43:45 +0000
commit406085d7561147028dd901d957e5fc1ce6115235 (patch)
tree80c553689d379ff5c9d421cc40837db21e26e428
parent128b2773bbfe5ad3efbf4660dc9c5e51b1da3747 (diff)
downloadaur-406085d7561147028dd901d957e5fc1ce6115235.tar.gz
Update version and changed source to official ROS releases
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93b6310e5837..fce80eb6a825 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-melodic-std-msgs
pkgdesc = ROS - Standard ROS Messages including common message types representing primitive data types and other basic message constructs, such as multiarrays.
- pkgver = 0.5.11
+ pkgver = 0.5.12
pkgrel = 1
url = http://www.ros.org/wiki/std_msgs
arch = any
@@ -10,8 +10,8 @@ pkgbase = ros-melodic-std-msgs
makedepends = ros-melodic-message-generation
makedepends = ros-melodic-catkin
depends = ros-melodic-message-runtime
- source = ros-melodic-std-msgs-0.5.11-0.tar.gz::https://github.com/ros-gbp/std_msgs-release/archive/release/melodic/std_msgs/0.5.11-0.tar.gz
- sha256sums = 6d797519014ad374df53396887cf92703255f97d6faf0be22116f1162b843a13
+ source = ros-melodic-std-msgs-0.5.12.tar.gz::https://github.com/ros/std_msgs/archive/0.5.12.tar.gz
+ sha256sums = bdb35e40493ce5e30c9ad93d75964356a8dbfea5df3c6e6630f9ea4905dedc02
pkgname = ros-melodic-std-msgs
diff --git a/PKGBUILD b/PKGBUILD
index d72888e36dc9..f3b8c320f1ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,7 @@ pkgdesc="ROS - Standard ROS Messages including common message types representing
url='http://www.ros.org/wiki/std_msgs'
pkgname='ros-melodic-std-msgs'
-pkgver='0.5.11'
-_pkgver_patch=0
+pkgver='0.5.12'
arch=('any')
pkgrel=1
license=('BSD')
@@ -29,9 +28,9 @@ depends=(
${ros_depends[@]}
)
-_dir="std_msgs-release-release-melodic-std_msgs-${pkgver}-${_pkgver_patch}"
-source=("${pkgname}-${pkgver}-${_pkgver_patch}.tar.gz"::"https://github.com/ros-gbp/std_msgs-release/archive/release/melodic/std_msgs/${pkgver}-${_pkgver_patch}.tar.gz")
-sha256sums=('6d797519014ad374df53396887cf92703255f97d6faf0be22116f1162b843a13')
+_dir="std_msgs-${pkgver}"
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/std_msgs/archive/${pkgver}.tar.gz")
+sha256sums=('bdb35e40493ce5e30c9ad93d75964356a8dbfea5df3c6e6630f9ea4905dedc02')
build() {
# Use ROS environment variables.