summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2023-07-19 10:42:08 +0530
committerKartik Mohta2023-07-19 10:42:08 +0530
commit45780700c74e4e0f3881310df41f2789d5bc6e9c (patch)
treea390189aa2bce88f24752a0d96f597a12a79daf5
parent6d8b2e36da3714bb59574904c69140debae68afb (diff)
downloadaur-45780700c74e4e0f3881310df41f2789d5bc6e9c.tar.gz
Update dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12724ab40155..e14ba04b9812 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = python-rosinstall_generator
pkgdesc = A tool for generating rosinstall files
pkgver = 0.1.23
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ros-infrastructure/rosinstall_generator
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- depends = python-argparse
depends = python-catkin_pkg
depends = python-rosdistro
depends = python-rospkg
diff --git a/PKGBUILD b/PKGBUILD
index 261ec75e8a97..83b8cafa0ed7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=('python-rosinstall_generator')
pkgver='0.1.23'
-pkgrel=1
+pkgrel=2
pkgdesc='A tool for generating rosinstall files'
arch=('any')
url='https://github.com/ros-infrastructure/rosinstall_generator'
license=('BSD')
-depends=('python' 'python-argparse' 'python-catkin_pkg' 'python-rosdistro' 'python-rospkg' 'python-yaml')
+depends=('python' 'python-catkin_pkg' 'python-rosdistro' 'python-rospkg' 'python-yaml')
makedepends=('python-setuptools')
provides=('python-rosinstall-generator')
conflicts=('python2-rosinstall_generator' 'python-rosinstall-generator')