summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f9a117a4ba0..bd29a8e289a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-catkin_pkg
pkgdesc = Standalone Python library for the catkin package system
- pkgver = 0.4.23
+ pkgver = 0.4.24
pkgrel = 1
url = https://github.com/ros-infrastructure/catkin_pkg
arch = any
@@ -14,8 +14,7 @@ pkgbase = python-catkin_pkg
provides = python-catkin-pkg
conflicts = python2-catkin_pkg
conflicts = python-catkin-pkg
- source = https://github.com/ros-infrastructure/catkin_pkg/archive/0.4.23.tar.gz
- sha256sums = ecb8f1eac9e20b9f2d42a2db00d156383ada41f4fe2e78f11d990a1095ef9ba2
+ source = https://github.com/ros-infrastructure/catkin_pkg/archive/0.4.24.tar.gz
+ sha256sums = 57ea09fd51d9a67ccf5a0660a8f84794304182c4f644f27ad835a979567893b1
pkgname = python-catkin_pkg
-
diff --git a/PKGBUILD b/PKGBUILD
index f12181ac77b4..a309b2211328 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kartik Mohta <kartikmohta@gmail.com>
pkgname=('python-catkin_pkg')
-pkgver='0.4.23'
+pkgver='0.4.24'
pkgrel=1
pkgdesc='Standalone Python library for the catkin package system'
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
provides=('python-catkin-pkg')
conflicts=('python2-catkin_pkg' 'python-catkin-pkg')
source=("https://github.com/ros-infrastructure/catkin_pkg/archive/${pkgver}.tar.gz")
-sha256sums=('ecb8f1eac9e20b9f2d42a2db00d156383ada41f4fe2e78f11d990a1095ef9ba2')
+sha256sums=('57ea09fd51d9a67ccf5a0660a8f84794304182c4f644f27ad835a979567893b1')
_module='catkin_pkg'