Date: Tuesday, April 14, 2020 @ 06:19:14 Author: arojas Revision: 613991
Update to 3.3.1 Modified: python-rpy2/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-14 06:04:11 UTC (rev 613990) +++ PKGBUILD 2020-04-14 06:19:14 UTC (rev 613991) @@ -4,7 +4,7 @@ # Contributor: David Pretty <[email protected]> pkgname=python-rpy2 -pkgver=3.3.0 +pkgver=3.3.1 pkgrel=1 pkgdesc="A very simple, yet robust, Python interface to the R Programming Language." arch=(x86_64) @@ -14,7 +14,7 @@ makedepends=(python-setuptools) optdepends=('python-pandas: conversion between rpy and pandas') source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz") -sha256sums=('08c90377dce51126311a5fa6e1cd7d1f451f759ce1f5e1755d8f44e8c40c1f23') +sha256sums=('3f25f45d327e2244f0d0654a2cf11d3e8a402ecf73cab5662e37610ab47bbee8') package() { cd rpy2-$pkgver
