summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlllf2020-04-26 15:28:32 +1000
committerlllf2020-04-26 15:28:32 +1000
commita96c928edd47c0781a4ed86cdb6fdf1a196630ce (patch)
tree0775f84c384e394bfa3e3265dd23ac965111d011
parent56159ff00f26815f84ea48f4771c1751ccd06c0b (diff)
downloadaur-a96c928edd47c0781a4ed86cdb6fdf1a196630ce.tar.gz
Updates to 0.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 612d3eea4778..8426699b2305 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-arviz
pkgdesc = Exploratory analysis of Bayesian models with Python
- pkgver = 0.6.1
+ pkgver = 0.7.0
pkgrel = 1
url = https://arviz-devs.github.io/arviz/
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-arviz
depends = python-xarray
depends = python-matplotlib
depends = python-netcdf4
- source = python-arviz-0.6.1.tar.gz::https://github.com/arviz-devs/arviz/archive/0.6.1.tar.gz
- sha256sums = 5c486f9696078e988c75ba53ac499cf717d657a1e0a24231d7edadb471e5edec
+ source = python-arviz-0.7.0.tar.gz::https://github.com/arviz-devs/arviz/archive/0.7.0.tar.gz
+ sha256sums = 7a6c00fe14eb1ec1191af9b686ad69961a209f28970300a86d6f7c588c10e254
pkgname = python-arviz
diff --git a/PKGBUILD b/PKGBUILD
index 90770256db84..b2aad872c99c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sam Linnfer <littlelightlittlefire@gmail.com>
pkgname='python-arviz'
-pkgver=0.6.1
+pkgver=0.7.0
pkgrel=1
pkgdesc="Exploratory analysis of Bayesian models with Python"
url="https://arviz-devs.github.io/arviz/"
@@ -10,7 +10,7 @@ license=('Apache License 2.0')
depends=('python>=3.5' 'python-numpy' 'python-scipy' 'python-xarray' 'python-matplotlib' 'python-netcdf4')
makedepends=()
source=("$pkgname-$pkgver.tar.gz::https://github.com/arviz-devs/arviz/archive/${pkgver}.tar.gz")
-sha256sums=('5c486f9696078e988c75ba53ac499cf717d657a1e0a24231d7edadb471e5edec')
+sha256sums=('7a6c00fe14eb1ec1191af9b686ad69961a209f28970300a86d6f7c588c10e254')
build() {