summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2021-10-25 14:00:39 +0700
committerAchmad Fathoni2021-10-25 14:00:39 +0700
commit10d69963b8a1994c8848133632c1cbf27cce1fdf (patch)
treee1a94a0e18a22e5586d10a36b174a57956482bac
parentea6f46a4de1794d1560b39c49e577bc7f26e9bd4 (diff)
downloadaur-10d69963b8a1994c8848133632c1cbf27cce1fdf.tar.gz
Patch only change troubled line
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c80e5a291c98..dc485954affe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-noetic-urdf
pkgdesc = ROS - This package contains a C++ parser for the Unified Robot Description Format (URDF), which is an XML format for representing a robot model.
pkgver = 1.13.2
- pkgrel = 4
+ pkgrel = 5
url = https://wiki.ros.org/urdf
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 714c94858c99..b249ba38ce87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ url='https://wiki.ros.org/urdf'
pkgname='ros-noetic-urdf'
pkgver='1.13.2'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
-pkgrel=4
+pkgrel=5
license=('BSD')
ros_makedepends=(
@@ -73,5 +73,5 @@ package() {
cd "${srcdir}/build"
make DESTDIR="${pkgdir}/" install
cd "${pkgdir}/opt/ros/noetic/share/urdf/cmake"
- perl -i -pe 's/\$.+?>:|>//g' urdfConfig.cmake
+ perl -i -pe 's/\$.+?>:|>//g if $. == 119' urdfConfig.cmake
}