summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"