summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf50974b5be9..d00b5ec251cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-rospkg
pkgdesc = Standalone Python library for the ROS package system
- pkgver = 1.2.10
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/ros-infrastructure/rospkg
arch = any
@@ -10,8 +10,8 @@ pkgbase = python2-rospkg
depends = python2-catkin_pkg
depends = python2-yaml
conflicts = python-rospkg
- source = https://github.com/ros-infrastructure/rospkg/archive/1.2.10.tar.gz
- sha256sums = 89c5ab704456c623c67f83b4dbb11815e73da13568b669f750593fe74cb4f059
+ source = https://github.com/ros-infrastructure/rospkg/archive/1.3.0.tar.gz
+ sha256sums = 9be88b9267603e7f51c3cb35e407df8d81465ce12c0615a9f92c4932414a4ab5
pkgname = python2-rospkg
diff --git a/PKGBUILD b/PKGBUILD
index de4bc0957db9..46bfa5f2cf79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kartik Mohta <kartikmohta@gmail.com>
pkgname=('python2-rospkg')
-pkgver='1.2.10'
+pkgver='1.3.0'
pkgrel=1
pkgdesc='Standalone Python library for the ROS package system'
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('python2-setuptools')
conflicts=('python-rospkg')
source=("https://github.com/ros-infrastructure/rospkg/archive/${pkgver}.tar.gz")
-sha256sums=('89c5ab704456c623c67f83b4dbb11815e73da13568b669f750593fe74cb4f059')
+sha256sums=('9be88b9267603e7f51c3cb35e407df8d81465ce12c0615a9f92c4932414a4ab5')
_module='rospkg'