summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2020-02-07 00:13:41 -0800
committerKartik Mohta2020-02-07 00:13:41 -0800
commit3a6e4c5ec9cd15b3d744e8a2118a375affbab635 (patch)
treec8db0e0e1efc44be5909d57117e6b85340841e15
parent159e5c1907f62a5e7404b57bda78d41e44f8fa32 (diff)
downloadaur-3a6e4c5ec9cd15b3d744e8a2118a375affbab635.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 6990dd83bec3..266ab01aa6bf 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.8
- pkgrel = 2
+ pkgver = 0.1.9
+ 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.8.tar.gz
- sha256sums = a2441228c8fa08ab7750de6d49e34684bcd6e25be912b807c33377a9487f8a61
+ source = https://files.pythonhosted.org/packages/source/o/osrf_pycommon/osrf_pycommon-0.1.9.tar.gz
+ sha256sums = a5f8861f86a2e8552748b1d552de1297d05d027d38bbf7e811b2107a85d75eeb
pkgname = python2-osrf_pycommon
diff --git a/PKGBUILD b/PKGBUILD
index 619a6b46a3b6..c2f453d6476b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase='python2-osrf_pycommon'
pkgname=('python2-osrf_pycommon')
_module='osrf_pycommon'
-pkgver='0.1.8'
-pkgrel=2
+pkgver='0.1.9'
+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/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('a2441228c8fa08ab7750de6d49e34684bcd6e25be912b807c33377a9487f8a61')
+sha256sums=('a5f8861f86a2e8552748b1d552de1297d05d027d38bbf7e811b2107a85d75eeb')
build() {
cd "${srcdir}/${_module}-${pkgver}"