summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2019-10-05 14:54:22 -0700
committerKartik Mohta2019-10-05 14:54:22 -0700
commitd1ea063f394a497784947c41a08ca58840628fb5 (patch)
treeebdd45e88e588caf34777193f5650ae77a2f7b08
parent0ba48f5727df4d5070dc27d4d73b93843111736b (diff)
downloadaur-d1ea063f394a497784947c41a08ca58840628fb5.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 650121571e0b..7754c65018c9 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.6
+ pkgver = 0.1.8
pkgrel = 1
url = http://osrf-pycommon.readthedocs.org/
arch = any
@@ -10,8 +10,8 @@ pkgbase = python2-osrf_pycommon
depends = python2-trollius
provides = python2-osrf-pycommon
conflicts = python2-osrf-pycommon
- source = https://files.pythonhosted.org/packages/source/o/osrf_pycommon/osrf_pycommon-0.1.6.tar.gz
- md5sums = a3d463b483ed077b19491d9a58d02ab4
+ source = https://files.pythonhosted.org/packages/77/1f/8ccd05b8d651fe3c99fb554effc6c6e65f6fb4eaf64aa4915839a48a6a45/osrf_pycommon-0.1.8.tar.gz
+ sha256sums = a2441228c8fa08ab7750de6d49e34684bcd6e25be912b807c33377a9487f8a61
pkgname = python2-osrf_pycommon
diff --git a/PKGBUILD b/PKGBUILD
index aec179003650..d810f8f717f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python2-osrf_pycommon'
pkgname=('python2-osrf_pycommon')
_module='osrf_pycommon'
-pkgver='0.1.6'
+pkgver='0.1.8'
pkgrel=1
pkgdesc="Commonly needed Python modules, used by Python software developed at OSRF"
url="http://osrf-pycommon.readthedocs.org/"
@@ -13,8 +13,8 @@ conflicts=('python2-osrf-pycommon')
makedepends=('python2-setuptools')
license=('Apache')
arch=('any')
-source=("https://files.pythonhosted.org/packages/source/o/osrf_pycommon/osrf_pycommon-${pkgver}.tar.gz")
-md5sums=('a3d463b483ed077b19491d9a58d02ab4')
+source=("https://files.pythonhosted.org/packages/77/1f/8ccd05b8d651fe3c99fb554effc6c6e65f6fb4eaf64aa4915839a48a6a45/osrf_pycommon-0.1.8.tar.gz")
+sha256sums=('a2441228c8fa08ab7750de6d49e34684bcd6e25be912b807c33377a9487f8a61')
build() {
cd "${srcdir}/${_module}-${pkgver}"