summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2019-09-28 16:38:52 -0400
committeracxz2019-09-28 16:38:52 -0400
commitf7fc73f2fcb96e6c2603a1200727aea66e006613 (patch)
treeedec770129641c42fafe6d9fef7f9099a274b1f9 /PKGBUILD
parent252e26a68c50fbbef84b6e02ca5125d08a4872e7 (diff)
downloadaur-f7fc73f2fcb96e6c2603a1200727aea66e006613.tar.gz
Add python/sip dep to fix build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83698fc30993..6dc57143707a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ url='https://wiki.ros.org/qt_gui_cpp'
pkgname='ros-melodic-qt-gui-cpp'
pkgver='0.3.11'
arch=('any')
-pkgrel=3
+pkgrel=4
license=('BSD')
ros_makedepends=(
@@ -33,6 +33,8 @@ ros_depends=(
depends=(
${ros_depends[@]}
tinyxml
+ sip
+ python-sip
)
_dir="qt_gui_core-${pkgver}/qt_gui_cpp"