summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2019-01-13 01:43:36 -0800
committerKartik Mohta2019-01-13 01:43:36 -0800
commit0ba48f5727df4d5070dc27d4d73b93843111736b (patch)
treee2b5adfba6e9a83747138da8cef10ce492503946
parent50ddf6f45adba19f0a40601ed002e2164156a3c7 (diff)
downloadaur-0ba48f5727df4d5070dc27d4d73b93843111736b.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 5cf09acefbd3..650121571e0b 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.5
+ pkgver = 0.1.6
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.5.tar.gz
- md5sums = 61e9af67775814a6ec5b5ed601725e0f
+ source = https://files.pythonhosted.org/packages/source/o/osrf_pycommon/osrf_pycommon-0.1.6.tar.gz
+ md5sums = a3d463b483ed077b19491d9a58d02ab4
pkgname = python2-osrf_pycommon
diff --git a/PKGBUILD b/PKGBUILD
index c0630c930145..aec179003650 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python2-osrf_pycommon'
pkgname=('python2-osrf_pycommon')
_module='osrf_pycommon'
-pkgver='0.1.5'
+pkgver='0.1.6'
pkgrel=1
pkgdesc="Commonly needed Python modules, used by Python software developed at OSRF"
url="http://osrf-pycommon.readthedocs.org/"
@@ -14,7 +14,7 @@ makedepends=('python2-setuptools')
license=('Apache')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/o/osrf_pycommon/osrf_pycommon-${pkgver}.tar.gz")
-md5sums=('61e9af67775814a6ec5b5ed601725e0f')
+md5sums=('a3d463b483ed077b19491d9a58d02ab4')
build() {
cd "${srcdir}/${_module}-${pkgver}"