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

Andrzej Giniewicz aginiewicz at archlinux.org
Sun Feb 10 15:48:14 UTC 2019


    Date: Sunday, February 10, 2019 @ 15:48:13
  Author: aginiewicz
Revision: 431481

upgpkg: python-seaborn 0.9.0-3

python-seaborn: url rebuild

Modified:
  python-seaborn/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-10 15:46:08 UTC (rev 431480)
+++ PKGBUILD	2019-02-10 15:48:13 UTC (rev 431481)
@@ -4,15 +4,15 @@
 pkgbase=python-seaborn
 pkgname=('python2-seaborn' 'python-seaborn')
 pkgver=0.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Statistical data visualization"
 arch=('any')
-url="http://stanford.edu/~mwaskom/software/seaborn/"
+url="https://seaborn.pydata.org/"
 license=('BSD')
 makedepends=('python2-setuptools' 'python2-pandas' 'python2-matplotlib' 'python2-scipy' 'python2-beautifulsoup4'
              'python-setuptools' 'python-pandas' 'python-matplotlib' 'python-scipy' 'python-beautifulsoup4')
 source=("https://github.com/mwaskom/seaborn/archive/v${pkgver}.tar.gz")
-md5sums=('282d7585de011a5f400ce052aa5afdf4')
+sha1sums=('490781eda5d8ff18020aac87b5f9af0d4088c71c')
 
 prepare() {
   cd "$srcdir"
@@ -20,11 +20,11 @@
 }
 
 build() {
-  msg "Building Python2"
+  # "Building Python2"
   cd "$srcdir"/seaborn-py2-${pkgver}
   python2 setup.py build
 
-  msg "Building Python3"
+  # "Building Python3"
   cd "$srcdir"/seaborn-${pkgver}
   python setup.py build
 }



More information about the arch-commits mailing list