summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2020-05-30 13:42:46 -0400
committeracxz2020-05-30 13:42:46 -0400
commitc061621e10969ff0851d3283dc4b6558cfd2c656 (patch)
tree768efd066bcfe28f4e82bdca2c64df333c6688b2
parentc2594ef290cdc5942ca0b05952e330388869b9d7 (diff)
downloadaur-c061621e10969ff0851d3283dc4b6558cfd2c656.tar.gz
fix url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a3a5a30d759..638945022839 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = ros-noetic-genmsg
pkgdesc = ROS - Standalone Python library for generating ROS message and service data structures for various languages.
pkgver = 0.5.16
- pkgrel = 1
- url = https://www.wiki.ros.org/genmsg
+ pkgrel = 2
+ url = https://wiki.ros.org/genmsg
arch = any
license = BSD
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 5e3156be6d2b..75626137b095 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Script generated with import_catkin_packages.py.
# For more information: https://github.com/bchretien/arch-ros-stacks.
pkgdesc="ROS - Standalone Python library for generating ROS message and service data structures for various languages."
-url='https://www.wiki.ros.org/genmsg'
+url='https://wiki.ros.org/genmsg'
pkgname='ros-noetic-genmsg'
pkgver='0.5.16'
arch=('any')
-pkgrel=1
+pkgrel=2
license=('BSD')
ros_makedepends=(