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

Andrzej Giniewicz aginiewicz at archlinux.org
Sun May 8 14:50:40 UTC 2016


    Date: Sunday, May 8, 2016 @ 16:50:39
  Author: aginiewicz
Revision: 174339

upgpkg: python-pandas 0.18.1-1

python-pandas: new upstream release

Modified:
  python-pandas/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-08 14:36:14 UTC (rev 174338)
+++ PKGBUILD	2016-05-08 14:50:39 UTC (rev 174339)
@@ -7,7 +7,7 @@
 
 pkgbase=python-pandas
 pkgname=('python2-pandas' 'python-pandas')
-pkgver=0.18.0
+pkgver=0.18.1
 pkgrel=1
 pkgdesc="Cross-section and time series data analysis toolkit"
 arch=('i686' 'x86_64')
@@ -14,9 +14,10 @@
 url="http://pandas.pydata.org/"
 license=('BSD')
 makedepends=('python-setuptools' 'python-dateutil' 'python-numpy' 'python-pytz'
-             'python2-setuptools' 'python2-dateutil' 'python2-numpy' 'python2-pytz')
-source=("https://pypi.python.org/packages/source/p/pandas/pandas-${pkgver}.tar.gz")
-md5sums=('f143762cd7a59815e348adf4308d2cf6')
+             'python2-setuptools' 'python2-dateutil' 'python2-numpy' 'python2-pytz'
+             'cython' 'cython2')
+source=("https://github.com/pydata/pandas/archive/v${pkgver}.tar.gz")
+md5sums=('c6cb010d115a05842878c77f6959b8b0')
 
 prepare() {
   cd "$srcdir"



More information about the arch-commits mailing list