summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rakowski2017-12-12 21:50:41 +0100
committerTim Rakowski2017-12-12 21:50:41 +0100
commit0ffad56b2c46829d806ec3102b348e135cc30b92 (patch)
treef7fed72b85e51541404f2f5a37496eb14f65dcd7
parent128bdf13c03af2f92dcc907b0c56ea97f8544a80 (diff)
downloadaur-ros-lunar-pluginlib.tar.gz
Update to version 1.11.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20986f53c231..88652a0e3fbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Nov 12 16:15:24 UTC 2017
+# Tue Dec 12 20:47:22 UTC 2017
pkgbase = ros-lunar-pluginlib
pkgdesc = ROS - The pluginlib package provides tools for writing and dynamically loading plugins using the ROS build infrastructure.
- pkgver = 1.11.1
+ pkgver = 1.11.2
pkgrel = 1
url = http://www.ros.org/wiki/pluginlib
arch = any
@@ -16,8 +16,8 @@ pkgbase = ros-lunar-pluginlib
depends = ros-lunar-rosconsole
depends = tinyxml2
depends = boost
- source = ros-lunar-pluginlib-1.11.1-0.tar.gz::https://github.com/ros-gbp/pluginlib-release/archive/release/lunar/pluginlib/1.11.1-0.tar.gz
- sha256sums = ff5b465e6290d95e090892f3c11a72b1270e3bd177ee7f55336d6ddf4d4082f1
+ source = ros-lunar-pluginlib-1.11.2-0.tar.gz::https://github.com/ros-gbp/pluginlib-release/archive/release/lunar/pluginlib/1.11.2-0.tar.gz
+ sha256sums = 5e3deb4f797d22a9e01b937d54cb0f03596788a2559e2c3b7c1495e0069b495a
pkgname = ros-lunar-pluginlib
diff --git a/PKGBUILD b/PKGBUILD
index 7c2d7d59f344..9233fcf961e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - The pluginlib package provides tools for writing and dynamically
url='http://www.ros.org/wiki/pluginlib'
pkgname='ros-lunar-pluginlib'
-pkgver='1.11.1'
+pkgver='1.11.2'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -22,9 +22,6 @@ depends=(${ros_depends[@]}
tinyxml2
boost)
-ros_checkdepends=()
-checkdepends=(${ros_checkdepends[@]})
-
# Git version (e.g. for debugging)
# _tag=release/lunar/pluginlib/${pkgver}-${_pkgver_patch}
# _dir=${pkgname}
@@ -34,7 +31,7 @@ checkdepends=(${ros_checkdepends[@]})
# Tarball version (faster download)
_dir="pluginlib-release-release-lunar-pluginlib-${pkgver}-${_pkgver_patch}"
source=("${pkgname}-${pkgver}-${_pkgver_patch}.tar.gz"::"https://github.com/ros-gbp/pluginlib-release/archive/release/lunar/pluginlib/${pkgver}-${_pkgver_patch}.tar.gz")
-sha256sums=('ff5b465e6290d95e090892f3c11a72b1270e3bd177ee7f55336d6ddf4d4082f1')
+sha256sums=('5e3deb4f797d22a9e01b937d54cb0f03596788a2559e2c3b7c1495e0069b495a')
build() {
# Use ROS environment variables