summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2022-03-13 19:11:03 +0530
committerKartik Mohta2022-03-13 19:11:03 +0530
commit45bed372092ba10ccf9d4958df84587ce3ce8bf3 (patch)
treef1f690e282e892f9c5019b0532358c271336b801
parent83a30e4efe3a5ca20b83579ac1d0e69097a6421b (diff)
downloadaur-45bed372092ba10ccf9d4958df84587ce3ce8bf3.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 0e619e59291a..855f79b251d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-osrf_pycommon
pkgdesc = Commonly needed Python modules, used by Python software developed at OSRF
- pkgver = 1.0.1
+ pkgver = 2.0.1
pkgrel = 1
url = https://github.com/osrf/osrf_pycommon
arch = any
@@ -9,7 +9,7 @@ pkgbase = python-osrf_pycommon
depends = python
provides = python-osrf-pycommon
conflicts = python-osrf-pycommon
- source = https://github.com/osrf/osrf_pycommon/archive/1.0.1.tar.gz
- sha256sums = a892be6acfde3c8f209124d8da0e7fd8b6f9630f56e2e696884449cce342dc0d
+ source = https://github.com/osrf/osrf_pycommon/archive/2.0.1.tar.gz
+ sha256sums = bcd90c6026a751396f4d5acff5e563014b3831290710b7133a219523c9547968
pkgname = python-osrf_pycommon
diff --git a/PKGBUILD b/PKGBUILD
index e3fc74b906d5..0b6af2b98b14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kartik Mohta <kartikmohta@gmail.com>
pkgname=('python-osrf_pycommon')
-pkgver='1.0.1'
+pkgver='2.0.1'
pkgrel=1
pkgdesc='Commonly needed Python modules, used by Python software developed at OSRF'
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
provides=('python-osrf-pycommon')
conflicts=('python-osrf-pycommon')
source=("https://github.com/osrf/osrf_pycommon/archive/${pkgver}.tar.gz")
-sha256sums=('a892be6acfde3c8f209124d8da0e7fd8b6f9630f56e2e696884449cce342dc0d')
+sha256sums=('bcd90c6026a751396f4d5acff5e563014b3831290710b7133a219523c9547968')
_module='osrf_pycommon'