Date: Tuesday, December 8, 2020 @ 21:47:45 Author: foxboron Revision: 772056
upgpkg: python-pandas 1.1.5-1 Modified: python-pandas/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-08 21:47:14 UTC (rev 772055) +++ PKGBUILD 2020-12-08 21:47:45 UTC (rev 772056) @@ -13,7 +13,7 @@ # TODO: move python-pyarrow from AUR to community (Feather Format and Apache Parquet) pkgname=python-pandas -pkgver=1.1.4 +pkgver=1.1.5 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=('a979d0404b135c63954dea79e6246c45dd45371a88631cdbb4877d844e6de3b6') +sha256sums=('f10fc41ee3c75a474d3bdf68d396f10782d013d7f67db99c0efbfd0acb99701b') build() { cd "$srcdir"/pandas-${pkgver}