Date: Monday, February 3, 2020 @ 21:32:37 Author: aginiewicz Revision: 561997
upgpkg: python-seaborn 0.10.0-1: python-seaborn: new upstream release Modified: python-seaborn/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-03 21:30:54 UTC (rev 561996) +++ PKGBUILD 2020-02-03 21:32:37 UTC (rev 561997) @@ -1,9 +1,9 @@ # Maintainer: Andrzej Giniewicz <[email protected]> # Contributor: Oliver Sherouse <oliver DOT sherouse AT gmail DOT com> -pkgname='python-seaborn' -pkgver=0.9.0 -pkgrel=5 +pkgname=python-seaborn +pkgver=0.10.0 +pkgrel=1 pkgdesc="Statistical data visualization" arch=('any') url="https://seaborn.pydata.org/" @@ -13,7 +13,7 @@ optdepends=('python-statsmodels: for some advanced statistical plots' 'python-beautifulsoup4: for getting dataset names') source=("https://github.com/mwaskom/seaborn/archive/v${pkgver}.tar.gz") -sha256sums=('e2910b86f719ceecd09350071cb68e7531d236d087d04515b961363dd7208e6f') +sha256sums=('37e2c7783ef2bb12ce749783870ca740750fc7cc0bd1776c6cacab19514affbd') build() { cd "$srcdir"/seaborn-${pkgver}
