summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 1 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46f820af4d7f..ef5911debbd3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,9 +21,7 @@ pkgbase = ros-noetic-rqt-tf-tree
depends = python-rospkg
source = ros-noetic-rqt-tf-tree-0.6.3.tar.gz::https://github.com/ros-visualization/rqt_tf_tree/archive/0.6.3.tar.gz
source = https://github.com/ros-visualization/rqt_tf_tree/pull/28.patch
- source = https://github.com/ros-visualization/rqt_tf_tree/pull/30.patch
sha256sums = d020db10eda6799d2e45d9e7808fcb7d4b474ead28d6166d12ade597fe4b9e5e
sha256sums = SKIP
- sha256sums = SKIP
pkgname = ros-noetic-rqt-tf-tree
diff --git a/PKGBUILD b/PKGBUILD
index 6b6a362365a5..51c84a771fa7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -40,16 +40,13 @@ depends=(
_dir="rqt_tf_tree-${pkgver}"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-visualization/rqt_tf_tree/archive/${pkgver}.tar.gz"
- "https://github.com/ros-visualization/rqt_tf_tree/pull/28.patch"
- "https://github.com/ros-visualization/rqt_tf_tree/pull/30.patch")
+ "https://github.com/ros-visualization/rqt_tf_tree/pull/28.patch")
sha256sums=('d020db10eda6799d2e45d9e7808fcb7d4b474ead28d6166d12ade597fe4b9e5e'
- 'SKIP'
'SKIP')
prepare() {
cd "$srcdir/$_dir"
patch --forward --strip=1 --input="${srcdir}/28.patch"
- patch --forward --strip=1 --input="${srcdir}/30.patch"
}
build() {