summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 818d93a81b18..40048f6d758d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=python2-influxdb
-pkgver=5.2.1
+pkgver=5.2.2
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=('e162e0a3005ddff8c861c4d1849bcc9b18d41b67b4ac727e86c34fc7f05b7b7b')
+sha256sums=('91a2c2ad00e5a9c56267f662eac7dae4524c366373aaa6cc29e1d3c71ffb0d53')
build() {
cd "$srcdir/influxdb-python-$pkgver"