summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2017-12-13 13:58:43 -0500
committerKartik Mohta2017-12-13 13:58:43 -0500
commit9eef736f638f767faefdeb267cf546b35cf8b5fc (patch)
tree1daa57308d020f97d3013ae9239423f80e9de5f3
parentc1810ccdf8f67c1543d72d36472f6196796b7349 (diff)
downloadaur-9eef736f638f767faefdeb267cf546b35cf8b5fc.tar.gz
Update version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5b67337ae14..d9184204a007 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-osrf_pycommon
pkgdesc = Commonly needed Python modules, used by Python software developed at OSRF
- pkgver = 0.1.3
- pkgrel = 2
+ pkgver = 0.1.4
+ pkgrel = 1
url = http://osrf-pycommon.readthedocs.org/
arch = any
license = Apache
@@ -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.3.tar.gz
- md5sums = c86d8f1603cc8c24fb19c7cd244387e9
+ source = https://files.pythonhosted.org/packages/source/o/osrf_pycommon/osrf_pycommon-0.1.4.tar.gz
+ md5sums = 7c77eb0788697a42de337b9bf4d28255
pkgname = python2-osrf_pycommon
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}"