summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2021-02-05 01:06:55 -0800
committerKartik Mohta2021-02-05 01:06:55 -0800
commitc20b197b13b28039680a812e5674724f607a130a (patch)
tree95f30e17b826a97cec898114b4b7761b6edf2966
parent6d3f97286174bb0a156b9535f0e92844173c4e8b (diff)
downloadaur-c20b197b13b28039680a812e5674724f607a130a.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07a33360cbd1..bf1c69daa4e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-osrf_pycommon
pkgdesc = Commonly needed Python modules, used by Python software developed at OSRF
- pkgver = 0.2.0
+ pkgver = 0.2.1
pkgrel = 1
url = https://github.com/osrf/osrf_pycommon
arch = any
@@ -10,8 +10,8 @@ pkgbase = python2-osrf_pycommon
depends = python2-trollius
provides = python2-osrf-pycommon
conflicts = python2-osrf-pycommon
- source = https://github.com/osrf/osrf_pycommon/archive/0.2.0.tar.gz
- sha256sums = 067a5061b7b1db84e973f4e79f652c13a78430271bd8590812d296ffa5fb49b9
+ source = https://github.com/osrf/osrf_pycommon/archive/0.2.1.tar.gz
+ sha256sums = b369b0d4d81bf3e9f89b38d5b81a957c7e435715e8e9ff06104b975b6e90b119
pkgname = python2-osrf_pycommon
diff --git a/PKGBUILD b/PKGBUILD
index 08c22e11cbe6..8b98f383c6a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kartik Mohta <kartikmohta@gmail.com>
pkgname=('python2-osrf_pycommon')
-pkgver='0.2.0'
+pkgver='0.2.1'
pkgrel=1
pkgdesc='Commonly needed Python modules, used by Python software developed at OSRF'
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('python2-setuptools')
provides=('python2-osrf-pycommon')
conflicts=('python2-osrf-pycommon')
source=("https://github.com/osrf/osrf_pycommon/archive/${pkgver}.tar.gz")
-sha256sums=('067a5061b7b1db84e973f4e79f652c13a78430271bd8590812d296ffa5fb49b9')
+sha256sums=('b369b0d4d81bf3e9f89b38d5b81a957c7e435715e8e9ff06104b975b6e90b119')
_module='osrf_pycommon'