summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2020-06-24 16:44:01 -0700
committerKartik Mohta2020-06-24 16:44:01 -0700
commit7f4716d6f9bf85981ae7fd1901202292e955a654 (patch)
tree167a66619405595e902926af89e8714837c20d8a
parentab278bad3e40d99b37ca14d0a62a8b60ac7c1242 (diff)
downloadaur-7f4716d6f9bf85981ae7fd1901202292e955a654.tar.gz
Update version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4a5d7f440eb..917412ff9295 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-rospkg
pkgdesc = Standalone Python library for the ROS package system
- pkgver = 1.2.6
- pkgrel = 2
+ pkgver = 1.2.8
+ pkgrel = 1
url = https://github.com/ros-infrastructure/rospkg
arch = any
license = BSD
@@ -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.6.tar.gz
- sha256sums = 6fec215df97895b3906660fed736544b7232635dd3a62e6a8aae553159e67ac2
+ source = https://github.com/ros-infrastructure/rospkg/archive/1.2.8.tar.gz
+ sha256sums = 39e801b104e4c31ddc60a0c1a526197429cfbbe72b574a3cad851e624ff54249
pkgname = python2-rospkg
diff --git a/PKGBUILD b/PKGBUILD
index eeff31c6af44..230a19a7691c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Kartik Mohta <kartikmohta@gmail.com>
pkgname=('python2-rospkg')
-pkgver='1.2.6'
-pkgrel=2
+pkgver='1.2.8'
+pkgrel=1
pkgdesc='Standalone Python library for the ROS package system'
arch=('any')
url='https://github.com/ros-infrastructure/rospkg'
@@ -12,7 +12,7 @@ makedepends=('python2-setuptools')
conflicts=('python-rospkg')
source=("https://github.com/ros-infrastructure/rospkg/archive/${pkgver}.tar.gz")
-sha256sums=('6fec215df97895b3906660fed736544b7232635dd3a62e6a8aae553159e67ac2')
+sha256sums=('39e801b104e4c31ddc60a0c1a526197429cfbbe72b574a3cad851e624ff54249')
_module='rospkg'