summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAchmad Fathoni2021-05-08 05:52:03 +0700
committerAchmad Fathoni2021-05-08 05:52:03 +0700
commitef0fa3bf5e165cd4845f73dd550ce328f14ff32e (patch)
treedbfdc078df86721f5ca76478d9ecee103291ca57 /PKGBUILD
parent0239a30ca75680e4cf1e6a20f899c184b3167037 (diff)
downloadaur-ef0fa3bf5e165cd4845f73dd550ce328f14ff32e.tar.gz
Update package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7f069cfa2f1..be0f733e6946 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - rosgraph contains the rosgraph command-line tool, which prints in
url='https://wiki.ros.org/rosgraph'
pkgname='ros-noetic-rosgraph'
-pkgver='1.15.9'
+pkgver='1.15.11'
arch=('any')
pkgrel=1
license=('BSD')
@@ -31,7 +31,7 @@ depends=(
_dir="ros_comm-${pkgver}/tools/rosgraph"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/ros_comm/archive/${pkgver}.tar.gz")
-sha256sums=('ee68c16fe6e2f3bf8fef4cf35552a30160cb3b579dfe18d667c0ba05e69ef90d')
+sha256sums=('7187dd3ab2783e5041c2ef71079cf2b6f9ed06c88c7e3c6efd7684ca5475b5bd')
prepare() {
cd "${srcdir}/${_dir}"