summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbionade242019-05-12 11:04:46 +0000
committerbionade242019-05-12 11:04:46 +0000
commit5743990578b6af30b721ca78dc449c20f0d4cf48 (patch)
tree675477acce183832a6c3bbce3f4c34090cd385e5 /PKGBUILD
parentae4b89fbc3e8b6794accaaf8e78ca2604bfbaa30 (diff)
downloadaur-5743990578b6af30b721ca78dc449c20f0d4cf48.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 90b7f8f0efe4..9ee5b43b1200 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,7 @@ pkgdesc="ROS - The actionlib stack provides a standardized interface for interfa
url='http://www.ros.org/wiki/actionlib'
pkgname='ros-melodic-actionlib'
-pkgver='1.11.14'
-_pkgver_patch=0
+pkgver='1.11.15'
arch=('any')
pkgrel=1
license=('BSD')
@@ -44,9 +43,9 @@ depends=(
boost
)
-_dir="actionlib-release-release-melodic-actionlib-${pkgver}-${_pkgver_patch}"
-source=("${pkgname}-${pkgver}-${_pkgver_patch}.tar.gz"::"https://github.com/ros-gbp/actionlib-release/archive/release/melodic/actionlib/${pkgver}-${_pkgver_patch}.tar.gz")
-sha256sums=('6fe3fdad940d570f8a1c0c6ebd4f2f847b015097301003ab8f9f81990f837108')
+_dir="actionlib-${pkgver}"
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/actionlib/archive/${pkgver}.tar.gz")
+sha256sums=('393cfb455da1c474e0bc8eb2551bfd8ebcc4131a64d71032b6c2af261ba802ff')
build() {
# Use ROS environment variables.