summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZhirui Dai2023-10-08 00:51:09 -0700
committerAkash Patel2023-12-17 08:42:02 -0600
commit06c269e4fde73c54c0ae009e35adef0286c76586 (patch)
treea48d365ee3286fdb98affe07a4d4b5fcd3967562 /PKGBUILD
parent36be6fd44126fa39e5cf828297b46f011e232960 (diff)
downloadaur-ros-noetic-qt-gui-cpp.tar.gz
redundant dependencies: sip and python-sip
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b878f3b2a5ee..3f7a09817d12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ url='https://wiki.ros.org/qt_gui_cpp'
pkgname='ros-noetic-qt-gui-cpp'
pkgver='0.4.2'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
-pkgrel=2
+pkgrel=3
license=('BSD')
ros_makedepends=(
@@ -32,8 +32,6 @@ ros_depends=(
depends=(
${ros_depends[@]}
tinyxml
- sip
- python-sip
sip4
python-sip4
)