summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlllf2021-02-28 00:05:45 +1100
committerlllf2021-02-28 00:05:45 +1100
commit7db67d189d5799cb5843c525f945ab0f424e451a (patch)
treeef4841299177dc58d8678016eed671ffa0de228b
parente9e89ab3365123b834666091b5d328eb0f640299 (diff)
downloadaur-7db67d189d5799cb5843c525f945ab0f424e451a.tar.gz
Updates to v0.11.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eca6183f2006..d16a208bd9f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-arviz
pkgdesc = Exploratory analysis of Bayesian models with Python
- pkgver = 0.9.0
+ pkgver = 0.11.1
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.9.0.tar.gz::https://github.com/arviz-devs/arviz/archive/v0.9.0.tar.gz
- sha256sums = 47231be885068584a531c1345f20ca8c51af9742a23c0ebc0ba6b90a6aef3a52
+ source = python-arviz-0.11.1.tar.gz::https://github.com/arviz-devs/arviz/archive/v0.11.1.tar.gz
+ sha256sums = bbd1c701c476601799d2fd82f17bb9065a1ec170ff01fbf3eac57c299dac51db
pkgname = python-arviz
diff --git a/PKGBUILD b/PKGBUILD
index f41538c1ed2e..da63d27e2fd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sam Linnfer <littlelightlittlefire@gmail.com>
pkgname='python-arviz'
-pkgver=0.9.0
+pkgver=0.11.1
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/v${pkgver}.tar.gz")
-sha256sums=('47231be885068584a531c1345f20ca8c51af9742a23c0ebc0ba6b90a6aef3a52')
+sha256sums=('bbd1c701c476601799d2fd82f17bb9065a1ec170ff01fbf3eac57c299dac51db')
build() {