summaryrefslogtreecommitdiff
path: root/community/python-pandas/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python-pandas/PKGBUILD')
-rw-r--r--community/python-pandas/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/python-pandas/PKGBUILD b/community/python-pandas/PKGBUILD
index 3aa15956d..14e064a90 100644
--- a/community/python-pandas/PKGBUILD
+++ b/community/python-pandas/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 112915 2014-06-09 13:12:15Z aginiewicz $
+# $Id: PKGBUILD 115609 2014-07-12 16:57:51Z aginiewicz $
# Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
# Contributor: Keith Hughitt <khughitt@umd.edu>
pkgbase=python-pandas
pkgname=('python2-pandas' 'python-pandas')
-pkgver=0.14.0
-pkgrel=2
+pkgver=0.14.1
+pkgrel=1
pkgdesc="Cross-section and time series data analysis toolkit"
arch=('i686' 'x86_64')
url="http://pandas.pydata.org/"
@@ -13,7 +13,7 @@ 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=('b775987c0ceebcc8d5ace4a1241c967a')
+md5sums=('393dd8f35411e4022177aa64b2da46f4')
build() {
cd "$srcdir"