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 fdf20233aa01..d270934964e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stuart Mumford <stuart@cadair.com>
pkgname=python2-yt
_module_name=yt
-pkgver=3.5.1
+pkgver=3.6.0
pkgrel=1
pkgdesc="A community-developed analysis and visualization toolkit for volumetric data"
arch=(any)
@@ -13,7 +13,7 @@ optdepends=('ipython2' 'ipython2-notebook')
options=(!emptydirs)
source=("https://pypi.io/packages/source/y/${_module_name}/${_module_name}-${pkgver}.tar.gz"
"yt2.patch")
-sha256sums=('c8ef8eceb934dc189d63dc336109fad3002140a9a32b19f38d1812d5d5a30d71'
+sha256sums=('effb00536f19fd2bdc18f67dacd5550b82066a6adce5b928f27a01d7505109ec'
'91ef328fa1be9ced31a2af0edc7a95d364747f7812c9a29911acc44a777c3202')
prepare() {