summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2019-12-10 15:50:54 -0500
committeracxz2019-12-17 00:09:26 -0500
commit29d233e25e709d424a43adb80134ea01ecc9cd3b (patch)
tree194bfaca5aa3c20e3c0a925782952f3e3db3cd17
parent2fecd4b976aebe67897a6931c99b7dd9670401a2 (diff)
downloadaur-29d233e25e709d424a43adb80134ea01ecc9cd3b.tar.gz
Get rid of python2-wxpython dep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a74c1e7b90a..7151e71b05a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-melodic-actionlib
pkgdesc = ROS - The actionlib stack provides a standardized interface for interfacing with preemptable tasks.
pkgver = 1.12.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.wiki.ros.org/actionlib
arch = any
license = BSD
@@ -23,7 +23,7 @@ pkgbase = ros-melodic-actionlib
depends = ros-melodic-message-runtime
depends = ros-melodic-rospy
depends = ros-melodic-roslib
- depends = wxpython
+ depends = python-wxpython
depends = boost
source = ros-melodic-actionlib-1.12.0.tar.gz::https://github.com/ros/actionlib/archive/1.12.0.tar.gz
sha256sums = 25d45b841215af975e0773b0c0c5f977e02c5090eb7d4dc6588c7a6c36d8ac76
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
)