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 337e7958ca7a..f781127ea8c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=('python-catkin_pkg')
pkgname=('python-catkin_pkg')
_module='catkin_pkg'
-pkgver='0.3.6'
+pkgver='0.3.7'
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=('eaa7659090ab16d927e8a72494977522')
+md5sums=('3e66c1d7a8a7e011391afef3d1a9615a')
build() {
cd "${srcdir}/${_module}-${pkgver}"