summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 94ad25b78b7a..b50c228a2b24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=('python-catkin_pkg')
pkgname=('python-catkin_pkg')
_module='catkin_pkg'
-pkgver='0.4.3'
+pkgver='0.4.5'
pkgrel=1
pkgdesc="catkin package library"
url="http://wiki.ros.org/catkin_pkg"
@@ -14,7 +14,7 @@ makedepends=('python-setuptools')
license=('BSD')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/c/catkin_pkg/catkin_pkg-${pkgver}.tar.gz")
-md5sums=('7550a1e16be69f7b0466dd99c1f6dd06')
+md5sums=('b80fd19ba4003ff8fe5e55d2b3ba5a2c')
build() {
cd "${srcdir}/${_module}-${pkgver}"