summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAchmad Fathoni2022-05-08 16:13:21 +0700
committerAchmad Fathoni2022-05-08 16:13:21 +0700
commit76801d2ba656b33afaa5324ef5cc4489892d3537 (patch)
tree220c07bcae6469699abe895ca4241b6d0cb212a8 /PKGBUILD
parent62ece801351cc8f5d7b13390128a5d87a326be60 (diff)
downloadaur-ros-noetic-rqt-tf-tree.tar.gz
Delete merged patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
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() {