summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2018-06-20 16:12:18 -0400
committerKartik Mohta2018-06-20 16:12:18 -0400
commit097919c285fe559fe73f8d9e856b0d6f0205eda6 (patch)
tree66ad96532632d418b7c08851edc0b31af2d9f7d6
parent9eef736f638f767faefdeb267cf546b35cf8b5fc (diff)
downloadaur-097919c285fe559fe73f8d9e856b0d6f0205eda6.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 d9184204a007..5cf09acefbd3 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.4
+ pkgver = 0.1.5
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.4.tar.gz
- md5sums = 7c77eb0788697a42de337b9bf4d28255
+ source = https://files.pythonhosted.org/packages/source/o/osrf_pycommon/osrf_pycommon-0.1.5.tar.gz
+ md5sums = 61e9af67775814a6ec5b5ed601725e0f
pkgname = python2-osrf_pycommon
diff --git a/PKGBUILD b/PKGBUILD
index 9d248d76418f..fc8ae4a1d1a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=('python2-osrf_pycommon')
pkgname=('python2-osrf_pycommon')
_module='osrf_pycommon'
-pkgver='0.1.4'
+pkgver='0.1.5'
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=('7c77eb0788697a42de337b9bf4d28255')
+md5sums=('61e9af67775814a6ec5b5ed601725e0f')
build() {
cd "${srcdir}/${_module}-${pkgver}"