summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2019-10-05 14:54:33 -0700
committerKartik Mohta2019-10-05 14:54:33 -0700
commit1636b8eda7d5da340dbe0dd76d8bc58f19b9999c (patch)
tree93f137c71bf803e62015659737b1ab3bef453659
parent890f6b86b7676f8483cd230d7d144c4cebb91c20 (diff)
downloadaur-1636b8eda7d5da340dbe0dd76d8bc58f19b9999c.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2672559452b6..a908c9866089 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-osrf_pycommon
pkgdesc = Commonly needed Python modules, used by Python software developed at OSRF
- pkgver = 0.1.6
+ pkgver = 0.1.8
pkgrel = 1
url = http://osrf-pycommon.readthedocs.org/
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-osrf_pycommon
depends = python
provides = python-osrf-pycommon
conflicts = python-osrf-pycommon
- source = https://files.pythonhosted.org/packages/source/o/osrf_pycommon/osrf_pycommon-0.1.6.tar.gz
- md5sums = a3d463b483ed077b19491d9a58d02ab4
+ source = https://files.pythonhosted.org/packages/77/1f/8ccd05b8d651fe3c99fb554effc6c6e65f6fb4eaf64aa4915839a48a6a45/osrf_pycommon-0.1.8.tar.gz
+ sha256sums = a2441228c8fa08ab7750de6d49e34684bcd6e25be912b807c33377a9487f8a61
pkgname = python-osrf_pycommon
diff --git a/PKGBUILD b/PKGBUILD
index 8357e39a6477..7b0d12d03789 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python-osrf_pycommon'
pkgname=('python-osrf_pycommon')
_module='osrf_pycommon'
-pkgver='0.1.6'
+pkgver='0.1.8'
pkgrel=1
pkgdesc="Commonly needed Python modules, used by Python software developed at OSRF"
url="http://osrf-pycommon.readthedocs.org/"
@@ -13,8 +13,8 @@ conflicts=('python-osrf-pycommon')
makedepends=('python-setuptools')
license=('Apache')
arch=('any')
-source=("https://files.pythonhosted.org/packages/source/o/osrf_pycommon/osrf_pycommon-${pkgver}.tar.gz")
-md5sums=('a3d463b483ed077b19491d9a58d02ab4')
+source=("https://files.pythonhosted.org/packages/77/1f/8ccd05b8d651fe3c99fb554effc6c6e65f6fb4eaf64aa4915839a48a6a45/osrf_pycommon-0.1.8.tar.gz")
+sha256sums=('a2441228c8fa08ab7750de6d49e34684bcd6e25be912b807c33377a9487f8a61')
build() {
cd "${srcdir}/${_module}-${pkgver}"