summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bde37e088410..aa5a8a89c5d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-rosdistro
pkgdesc = A tool to work with rosdistro files
- pkgver = 0.8.2
- pkgrel = 2
+ pkgver = 0.8.3
+ pkgrel = 1
url = https://github.com/ros-infrastructure/rosdistro
arch = any
license = BSD
@@ -11,8 +11,8 @@ pkgbase = python2-rosdistro
depends = python2-rospkg
depends = python2-yaml
conflicts = python-rosdistro
- source = https://github.com/ros-infrastructure/rosdistro/archive/0.8.2.tar.gz
- sha256sums = ca6e7955820658781bde572927895c2ae8d89c37d5d891a254fd9cc29f9904a6
+ source = https://github.com/ros-infrastructure/rosdistro/archive/0.8.3.tar.gz
+ sha256sums = ecdf3fc85a1aced74950d8bf8946509d841aa846277789c037ac38e11ed67e2e
pkgname = python2-rosdistro
diff --git a/PKGBUILD b/PKGBUILD
index 642cf507ceb0..9838f8c15710 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Kartik Mohta <kartikmohta@gmail.com>
pkgname=('python2-rosdistro')
-pkgver='0.8.2'
-pkgrel=2
+pkgver='0.8.3'
+pkgrel=1
pkgdesc='A tool to work with rosdistro files'
arch=('any')
url='https://github.com/ros-infrastructure/rosdistro'
@@ -12,7 +12,7 @@ makedepends=('python2-setuptools')
conflicts=('python-rosdistro')
source=("https://github.com/ros-infrastructure/rosdistro/archive/${pkgver}.tar.gz")
-sha256sums=('ca6e7955820658781bde572927895c2ae8d89c37d5d891a254fd9cc29f9904a6')
+sha256sums=('ecdf3fc85a1aced74950d8bf8946509d841aa846277789c037ac38e11ed67e2e')
_module='rosdistro'