[arch-commits] Commit in python-seaborn/trunk (PKGBUILD)

Andrzej Giniewicz aginiewicz at archlinux.org
Thu May 7 11:30:26 UTC 2020


    Date: Thursday, May 7, 2020 @ 11:30:26
  Author: aginiewicz
Revision: 625326

upgpkg: python-seaborn 0.10.1-1: python-seaborn: new upstream release

Modified:
  python-seaborn/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-07 11:26:40 UTC (rev 625325)
+++ PKGBUILD	2020-05-07 11:30:26 UTC (rev 625326)
@@ -2,7 +2,7 @@
 # Contributor: Oliver Sherouse <oliver DOT sherouse AT gmail DOT com>
 
 pkgname=python-seaborn
-pkgver=0.10.0
+pkgver=0.10.1
 pkgrel=1
 pkgdesc="Statistical data visualization"
 arch=('any')
@@ -11,9 +11,9 @@
 depends=('python-pandas' 'python-matplotlib' 'python-scipy')
 makedepends=('python-setuptools')
 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=('37e2c7783ef2bb12ce749783870ca740750fc7cc0bd1776c6cacab19514affbd')
+            'python-beautifulsoup4: for getting dataset names')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mwaskom/seaborn/archive/v${pkgver}.tar.gz")
+sha256sums=('25bb4cd6d7d8cd2869354f6d61ce4b64cb60b10a84830ad0565cb35d87a537f0')
 
 build() {
   cd "$srcdir"/seaborn-${pkgver}



More information about the arch-commits mailing list