summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Eitel2018-12-24 14:01:44 +0100
committerFlorian Eitel2018-12-24 14:01:44 +0100
commit4c6ced6bafb0dff6b9e5c982e15fada50b37b3eb (patch)
tree657c5f371b21d79d71206824b1f7440feed51533
parentf096e6197234ba060ed6fda2a8246f0c2edb8ada (diff)
downloadaur-4c6ced6bafb0dff6b9e5c982e15fada50b37b3eb.tar.gz
Update to latest 5.2.1 version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d0e79052606..cf491d5acfb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-influxdb
pkgdesc = Python client for InfluxDB
- pkgver = 5.2.0
+ pkgver = 5.2.1
pkgrel = 1
url = https://github.com/influxdb/influxdb-python
arch = any
@@ -13,8 +13,8 @@ pkgbase = python2-influxdb
optdepends = influxdb
optdepends = python2-pandas
options = !emptydirs
- source = https://github.com/influxdb/influxdb-python/archive/v5.2.0.tar.gz
- sha256sums = 620de85bcca5207b06ec1565884b6d10b4be01d579a78e08b1e922f453fdac05
+ source = https://github.com/influxdb/influxdb-python/archive/v5.2.1.tar.gz
+ sha256sums = e162e0a3005ddff8c861c4d1849bcc9b18d41b67b4ac727e86c34fc7f05b7b7b
pkgname = python2-influxdb
diff --git a/PKGBUILD b/PKGBUILD
index 11e490e103b0..818d93a81b18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=python2-influxdb
-pkgver=5.2.0
+pkgver=5.2.1
pkgrel=1
pkgdesc="Python client for InfluxDB"
arch=(any)
@@ -11,7 +11,7 @@ optdepends=(influxdb python2-pandas)
#checkdepends=(python2-nose python2-mock python2-requests-mock python2-pandas) - disabled due to failure
options=(!emptydirs)
source=("https://github.com/influxdb/influxdb-python/archive/v$pkgver.tar.gz")
-sha256sums=('620de85bcca5207b06ec1565884b6d10b4be01d579a78e08b1e922f453fdac05')
+sha256sums=('e162e0a3005ddff8c861c4d1849bcc9b18d41b67b4ac727e86c34fc7f05b7b7b')
build() {
cd "$srcdir/influxdb-python-$pkgver"