summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2020-12-26 14:01:00 -0800
committerKartik Mohta2020-12-26 14:01:00 -0800
commit6d3f97286174bb0a156b9535f0e92844173c4e8b (patch)
tree763a385f7192182f7b2f1b49888d52b2b207cdfc
parentdc62821368a0f1b55eb0ccb000cec2bafc1ddfe3 (diff)
downloadaur-6d3f97286174bb0a156b9535f0e92844173c4e8b.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 83e6a6e957cb..07a33360cbd1 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.1.10
+ pkgver = 0.2.0
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.1.10.tar.gz
- sha256sums = 429708204cc3c9389e90da637fc0ac797bc6653853599f0ac4b59091f41b6cb4
+ source = https://github.com/osrf/osrf_pycommon/archive/0.2.0.tar.gz
+ sha256sums = 067a5061b7b1db84e973f4e79f652c13a78430271bd8590812d296ffa5fb49b9
pkgname = python2-osrf_pycommon
diff --git a/PKGBUILD b/PKGBUILD
index d5bed291f59e..08c22e11cbe6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kartik Mohta <kartikmohta@gmail.com>
pkgname=('python2-osrf_pycommon')
-pkgver='0.1.10'
+pkgver='0.2.0'
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=('429708204cc3c9389e90da637fc0ac797bc6653853599f0ac4b59091f41b6cb4')
+sha256sums=('067a5061b7b1db84e973f4e79f652c13a78430271bd8590812d296ffa5fb49b9')
_module='osrf_pycommon'