summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2019-12-10 15:50:54 -0500
committeracxz2019-12-17 00:09:26 -0500
commit29d233e25e709d424a43adb80134ea01ecc9cd3b (patch)
tree194bfaca5aa3c20e3c0a925782952f3e3db3cd17 /PKGBUILD
parent2fecd4b976aebe67897a6931c99b7dd9670401a2 (diff)
downloadaur-29d233e25e709d424a43adb80134ea01ecc9cd3b.tar.gz
Get rid of python2-wxpython dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2fbdcf7a2071..93e0e4713b75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ url='https://www.wiki.ros.org/actionlib'
pkgname='ros-melodic-actionlib'
pkgver='1.12.0'
arch=('any')
-pkgrel=1
+pkgrel=2
license=('BSD')
ros_makedepends=(
@@ -39,7 +39,7 @@ ros_depends=(
depends=(
${ros_depends[@]}
- wxpython
+ python-wxpython
boost
)