summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2023-07-19 10:34:57 +0530
committerKartik Mohta2023-07-19 10:34:57 +0530
commitf58bf01cade994363cc4c7705e238aecc8525ac9 (patch)
treed36af5039a5b87d97c2f0be682792351c9719aba
parent0f3c4dd51f87c8a992dfc83cf038d65732adc7dd (diff)
downloadaur-f58bf01cade994363cc4c7705e238aecc8525ac9.tar.gz
Update dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4ca0f792f53..e98131c70115 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = python-catkin_pkg
pkgdesc = Standalone Python library for the catkin package system
pkgver = 0.5.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ros-infrastructure/catkin_pkg
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- depends = python-argparse
depends = python-dateutil
depends = python-docutils
depends = python-pyparsing
+ depends = python-setuptools
provides = python-catkin-pkg
conflicts = python2-catkin_pkg
conflicts = python-catkin-pkg
diff --git a/PKGBUILD b/PKGBUILD
index 6cb60d9425fc..123fe5406ffc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=('python-catkin_pkg')
pkgver='0.5.2'
-pkgrel=1
+pkgrel=2
pkgdesc='Standalone Python library for the catkin package system'
arch=('any')
url='https://github.com/ros-infrastructure/catkin_pkg'
license=('BSD')
-depends=('python' 'python-argparse' 'python-dateutil' 'python-docutils' 'python-pyparsing')
+depends=('python' 'python-dateutil' 'python-docutils' 'python-pyparsing' 'python-setuptools')
makedepends=('python-setuptools')
provides=('python-catkin-pkg')
conflicts=('python2-catkin_pkg' 'python-catkin-pkg')