Date: Friday, June 4, 2021 @ 06:28:55
  Author: arojas
Revision: 955903

Update to 3.4.5

Modified:
  python-rpy2/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-06-04 05:51:05 UTC (rev 955902)
+++ PKGBUILD    2021-06-04 06:28:55 UTC (rev 955903)
@@ -4,17 +4,17 @@
 # Contributor: David Pretty <david.pre...@gmail.com> 
 
 pkgname=python-rpy2
-pkgver=3.4.4
+pkgver=3.4.5
 pkgrel=1
-pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
+pkgdesc='A very simple, yet robust, Python interface to the R Programming 
Language'
 arch=(x86_64)
-url="https://rpy2.github.io/";
+url='https://rpy2.github.io/'
 license=(MPL GPL LGPL)
 depends=(python-cffi python-numpy python-tzlocal r)
 makedepends=(python-setuptools)
 optdepends=('python-pandas: conversion between rpy and pandas')
-source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz";)
-sha256sums=('e198862701bfc6d3da4a2fcf18910d71521b385283abdb2121e07b874add8e50')
+source=(https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz)
+sha256sums=('5d31a5ea43f5a59f6dec30faca87edb01fc9b8affa0beae96a99be923bd7dab3')
 
 package() {
   cd rpy2-$pkgver

Reply via email to