summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2020-06-24 16:45:43 -0700
committerKartik Mohta2020-06-24 16:45:43 -0700
commit802d2ed5b3d32378ec9a71e17cb525d42f4afe3a (patch)
treed7f25ddd66ae4bb3113f1cac6c805d675f88c50e
parent7f3702325cfe68589f191ece2078a96899969cc5 (diff)
downloadaur-802d2ed5b3d32378ec9a71e17cb525d42f4afe3a.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 1aefd7469954..745261433125 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-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
@@ -11,8 +11,8 @@ pkgbase = python-rospkg
depends = python-distro
depends = python-yaml
conflicts = python2-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 = python-rospkg
diff --git a/PKGBUILD b/PKGBUILD
index 689b7c666a1e..ea36120f150c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Kartik Mohta <kartikmohta@gmail.com>
pkgname=('python-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=('python-setuptools')
conflicts=('python2-rospkg')
source=("https://github.com/ros-infrastructure/rospkg/archive/${pkgver}.tar.gz")
-sha256sums=('6fec215df97895b3906660fed736544b7232635dd3a62e6a8aae553159e67ac2')
+sha256sums=('39e801b104e4c31ddc60a0c1a526197429cfbbe72b574a3cad851e624ff54249')
_module='rospkg'