summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2021-08-14 16:35:57 +0700
committerAchmad Fathoni2021-08-14 16:35:57 +0700
commit237ee91a39e527db9c98fc3e47fb74565a06791b (patch)
tree68cc9c95148615e8b90c5951618310cbdc25dfa2
parent91cb2ff3935958dd46874c9e26fe7db089218501 (diff)
downloadaur-237ee91a39e527db9c98fc3e47fb74565a06791b.tar.gz
Update package
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8365ac3a845b..a382b86866bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-noetic-roslib
pkgdesc = ROS - Base dependencies and support libraries for ROS.
- pkgver = 1.15.7
+ pkgver = 1.15.8
pkgrel = 1
url = https://wiki.ros.org/roslib
arch = i686
@@ -18,8 +18,7 @@ pkgbase = ros-noetic-roslib
depends = ros-noetic-rospack
depends = ros-noetic-catkin
depends = python-rospkg
- source = ros-noetic-roslib-1.15.7.tar.gz::https://github.com/ros/ros/archive/1.15.7.tar.gz
- sha256sums = 7a1e729de9be807862b6ed721475fec74583f6dc0c06b233b06b1b9fda31291e
+ source = ros-noetic-roslib-1.15.8.tar.gz::https://github.com/ros/ros/archive/1.15.8.tar.gz
+ sha256sums = 2cece46697585e55db415c5ddb4be935641b70c8a220f761a8e551225f133e40
pkgname = ros-noetic-roslib
-
diff --git a/PKGBUILD b/PKGBUILD
index 7d251e242512..da1bf76e639e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - Base dependencies and support libraries for ROS."
url='https://wiki.ros.org/roslib'
pkgname='ros-noetic-roslib'
-pkgver='1.15.7'
+pkgver='1.15.8'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
pkgrel=1
license=('BSD')
@@ -34,7 +34,7 @@ depends=(
_dir="ros-${pkgver}/core/roslib"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/ros/archive/${pkgver}.tar.gz")
-sha256sums=('7a1e729de9be807862b6ed721475fec74583f6dc0c06b233b06b1b9fda31291e')
+sha256sums=('2cece46697585e55db415c5ddb4be935641b70c8a220f761a8e551225f133e40')
build() {
# Use ROS environment variables.