summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90563cd2a84c..9d248d76418f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=('python2-osrf_pycommon')
pkgname=('python2-osrf_pycommon')
_module='osrf_pycommon'
-pkgver='0.1.3'
-pkgrel=2
+pkgver='0.1.4'
+pkgrel=1
pkgdesc="Commonly needed Python modules, used by Python software developed at OSRF"
url="http://osrf-pycommon.readthedocs.org/"
depends=('python2' 'python2-trollius')
@@ -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=('c86d8f1603cc8c24fb19c7cd244387e9')
+md5sums=('7c77eb0788697a42de337b9bf4d28255')
build() {
cd "${srcdir}/${_module}-${pkgver}"