summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2021-08-14 16:35:37 +0700
committerAchmad Fathoni2021-08-14 16:35:37 +0700
commit005fd3ea437f662fbd19b2823f483824c20aff88 (patch)
tree5f19821c347ec62c741cbcc16c619907a1fe580b
parent4e94359c065312c6a924b55984c33053892759de (diff)
downloadaur-ros-noetic-rosbuild.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 1c9e9a40be70..2057daafee0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-noetic-rosbuild
pkgdesc = ROS - rosbuild contains scripts for managing the CMake-based build system for ROS.
- pkgver = 1.15.7
+ pkgver = 1.15.8
pkgrel = 1
url = https://wiki.ros.org/rosbuild
arch = any
@@ -12,8 +12,7 @@ pkgbase = ros-noetic-rosbuild
depends = ros-noetic-message-runtime
depends = ros-noetic-message-generation
depends = ros-noetic-catkin
- source = ros-noetic-rosbuild-1.15.7.tar.gz::https://github.com/ros/ros/archive/1.15.7.tar.gz
- sha256sums = 7a1e729de9be807862b6ed721475fec74583f6dc0c06b233b06b1b9fda31291e
+ source = ros-noetic-rosbuild-1.15.8.tar.gz::https://github.com/ros/ros/archive/1.15.8.tar.gz
+ sha256sums = 2cece46697585e55db415c5ddb4be935641b70c8a220f761a8e551225f133e40
pkgname = ros-noetic-rosbuild
-
diff --git a/PKGBUILD b/PKGBUILD
index 30ebe3301744..c0161d5ee906 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - rosbuild contains scripts for managing the CMake-based build syst
url='https://wiki.ros.org/rosbuild'
pkgname='ros-noetic-rosbuild'
-pkgver='1.15.7'
+pkgver='1.15.8'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -33,7 +33,7 @@ depends=(
_dir="ros-${pkgver}/core/rosbuild"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/ros/archive/${pkgver}.tar.gz")
-sha256sums=('7a1e729de9be807862b6ed721475fec74583f6dc0c06b233b06b1b9fda31291e')
+sha256sums=('2cece46697585e55db415c5ddb4be935641b70c8a220f761a8e551225f133e40')
build() {
# Use ROS environment variables.