summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2022-01-22 09:28:35 +0530
committerKartik Mohta2022-01-22 09:28:35 +0530
commit462ccabc45c1635503845dc461520b9bfcd44ddc (patch)
tree202665b0bd5615ab64a2eb099486960da12da905
parent9e8b173f23c383a5b9a3989840a4de1dfe845349 (diff)
downloadaur-python2-osrf_pycommon.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 26f3d9218473..b4327eb82264 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 = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/osrf/osrf_pycommon
arch = any
@@ -10,7 +10,7 @@ pkgbase = python2-osrf_pycommon
depends = python2-trollius
provides = python2-osrf-pycommon
conflicts = python2-osrf-pycommon
- source = https://github.com/osrf/osrf_pycommon/archive/1.0.0.tar.gz
- sha256sums = 48cd3a345d69daee84e9df1fcd9d318d784e8e53089ea1f30944a0d48a6a64ff
+ source = https://github.com/osrf/osrf_pycommon/archive/1.0.1.tar.gz
+ sha256sums = a892be6acfde3c8f209124d8da0e7fd8b6f9630f56e2e696884449cce342dc0d
pkgname = python2-osrf_pycommon
diff --git a/PKGBUILD b/PKGBUILD
index 4cddff7e4ac6..93519b770101 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kartik Mohta <kartikmohta@gmail.com>
pkgname=('python2-osrf_pycommon')
-pkgver='1.0.0'
+pkgver='1.0.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=('48cd3a345d69daee84e9df1fcd9d318d784e8e53089ea1f30944a0d48a6a64ff')
+sha256sums=('a892be6acfde3c8f209124d8da0e7fd8b6f9630f56e2e696884449cce342dc0d')
_module='osrf_pycommon'