summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2021-02-10 10:55:56 +0700
committerAchmad Fathoni2021-02-10 10:55:56 +0700
commitb5a6171a58c895560ddb9c21041a2af155b76fee (patch)
tree24e4b3d9a8be5b99c88ce009f6cbd648d796b72f
parentba29508483ddf040c67a83a3865d930d257e36c6 (diff)
downloadaur-b5a6171a58c895560ddb9c21041a2af155b76fee.tar.gz
Update to 1.15.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2c1fbf81321..57b38cee0e6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-noetic-rosbash
pkgdesc = ROS - Assorted shell commands for using ros with bash.
- pkgver = 1.15.6
+ pkgver = 1.15.7
pkgrel = 1
url = https://wiki.ros.org/rosbash
arch = any
@@ -10,8 +10,8 @@ pkgbase = ros-noetic-rosbash
makedepends = ros-noetic-catkin
depends = ros-noetic-catkin
depends = ros-noetic-rospack
- source = ros-noetic-rosbash-1.15.6.tar.gz::https://github.com/ros/ros/archive/1.15.6.tar.gz
- sha256sums = 1e669196abd03e2ee4562e13f471c5534d70a1b0a9114a3c076af62cf9c0c0b8
+ source = ros-noetic-rosbash-1.15.7.tar.gz::https://github.com/ros/ros/archive/1.15.7.tar.gz
+ sha256sums = 7a1e729de9be807862b6ed721475fec74583f6dc0c06b233b06b1b9fda31291e
pkgname = ros-noetic-rosbash
diff --git a/PKGBUILD b/PKGBUILD
index d1f4d14e3d8e..fbd49285e08f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - Assorted shell commands for using ros with bash."
url='https://wiki.ros.org/rosbash'
pkgname='ros-noetic-rosbash'
-pkgver='1.15.6'
+pkgver='1.15.7'
arch=('any')
pkgrel=1
license=('BSD')
@@ -30,7 +30,7 @@ depends=(
_dir="ros-${pkgver}/tools/rosbash"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/ros/archive/${pkgver}.tar.gz")
-sha256sums=('1e669196abd03e2ee4562e13f471c5534d70a1b0a9114a3c076af62cf9c0c0b8')
+sha256sums=('7a1e729de9be807862b6ed721475fec74583f6dc0c06b233b06b1b9fda31291e')
build() {
# Use ROS environment variables.