[arch-commits] Commit in python-rpy2/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Sep 29 20:13:36 UTC 2019


    Date: Sunday, September 29, 2019 @ 20:13:36
  Author: arojas
Revision: 512129

Update to 3.2.0

Modified:
  python-rpy2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-29 20:11:19 UTC (rev 512128)
+++ PKGBUILD	2019-09-29 20:13:36 UTC (rev 512129)
@@ -4,10 +4,10 @@
 # Contributor: David Pretty <david.pretty at gmail.com> 
 
 pkgname=python-rpy2
-pkgver=3.1.0
-pkgrel=2
+pkgver=3.2.0
+pkgrel=1
 pkgdesc="A very simple, yet robust, Python interface to the R Programming Language."
-arch=(any)
+arch=(x86_64)
 url="https://rpy2.bitbucket.io/"
 license=(MPL GPL LGPL)
 depends=(python-numpy python-tzlocal r)
@@ -14,10 +14,10 @@
 makedepends=(python-setuptools)
 optdepends=('python-pandas: conversion between rpy and pandas')
 source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz")
-sha256sums=('ed4284df32d00b1fba5b1409e5df64b04b02d47aff543d6ef1dc211ab94e247f')
+sha256sums=('18025f53c1a32b7b38ed319c81f8445b9a8809e0ecba210634b67764d68da978')
 
 package() {
   cd rpy2-$pkgver
 
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  python setup.py install --prefix=/usr --install-data=/usr/share --root="$pkgdir" --optimize=1
 }



More information about the arch-commits mailing list