Date: Sunday, April 16, 2023 @ 22:13:04 Author: arojas Revision: 1446581
upgpkg: python-rpy2 3.5.11-1: Update to 3.5.11 Modified: python-rpy2/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-16 21:03:31 UTC (rev 1446580) +++ PKGBUILD 2023-04-16 22:13:04 UTC (rev 1446581) @@ -4,8 +4,8 @@ # Contributor: David Pretty <david.pre...@gmail.com> pkgname=python-rpy2 -pkgver=3.5.10 -pkgrel=2 +pkgver=3.5.11 +pkgrel=1 pkgdesc='A very simple, yet robust, Python interface to the R Programming Language' arch=(x86_64) url='https://rpy2.github.io/' @@ -15,7 +15,7 @@ checkdepends=(python-pytest) optdepends=('python-pandas: conversion between rpy and pandas') source=(https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz) -sha256sums=('f81f0afb01e3c6f515c09573bc585c0e1c7e385ec81415ce0a62268c605ec7fc') +sha256sums=('0d3e554dac8f4e55a28932f2946341aae3e02894304e1198547222aa86b89e21') build() { cd rpy2-$pkgver