summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbionade242019-05-11 09:38:27 +0000
committerbionade242019-05-11 09:38:27 +0000
commit2c51e15533335adfbf4369a011fcdbe3feb68da1 (patch)
tree4e23937c3daf97265126877ef6bb2cee12cf6ef5 /PKGBUILD
parent035ef8872d8a6aa7883b9f1d94de77bbc482bbd7 (diff)
downloadaur-2c51e15533335adfbf4369a011fcdbe3feb68da1.tar.gz
Changed source to official ROS releases
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 28d3feb135e4..1f7f4c91a29e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,8 @@ url='http://ros.org/wiki/rosgraph_msgs'
pkgname='ros-melodic-rosgraph-msgs'
pkgver='1.11.2'
-_pkgver_patch=0
arch=('any')
-pkgrel=1
+pkgrel=2
license=('BSD')
ros_makedepends=(
@@ -31,9 +30,9 @@ depends=(
${ros_depends[@]}
)
-_dir="ros_comm_msgs-release-release-melodic-rosgraph_msgs-${pkgver}-${_pkgver_patch}"
-source=("${pkgname}-${pkgver}-${_pkgver_patch}.tar.gz"::"https://github.com/ros-gbp/ros_comm_msgs-release/archive/release/melodic/rosgraph_msgs/${pkgver}-${_pkgver_patch}.tar.gz")
-sha256sums=('5aa9e1b1adbf5e86931e771b1a154384485803a73e50804e0c739f83767270c9')
+_dir="ros_comm_msgs-${pkgver}/rosgraph_msgs"
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/ros_comm_msgs/archive/${pkgver}.tar.gz")
+sha256sums=('7bb9f57ea9e6c5fb0599b247736f4f3b7868d722344fb42bc3055b31626ea250')
build() {
# Use ROS environment variables.