Date: Wednesday, January 20, 2021 @ 21:04:48 Author: foxboron Revision: 824005
upgpkg: python-pandas 1.2.1-1 Modified: python-pandas/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-20 21:01:46 UTC (rev 824004) +++ PKGBUILD 2021-01-20 21:04:48 UTC (rev 824005) @@ -13,7 +13,7 @@ # TODO: move python-pyarrow from AUR to community (Feather Format and Apache Parquet) pkgname=python-pandas -pkgver=1.2.0 +pkgver=1.2.1 pkgrel=1 pkgdesc='High-performance, easy-to-use data structures and data analysis tools for Python' arch=('x86_64') @@ -47,7 +47,7 @@ 'xsel: needed for read_clipboard function (only one needed)' 'zlib: needed for compression for msgpack') source=("https://github.com/pandas-dev/pandas/releases/download/v${pkgver}/pandas-${pkgver}.tar.gz") -sha256sums=('e03386615b970b8b41da6a68afe717626741bb2431cec993640685614c0680e4') +sha256sums=('5527c5475d955c0bc9689c56865aaa2a7b13c504d6c44f0aadbf57b565af5ebd') build() { cd "$srcdir"/pandas-${pkgver}