summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-12-04 18:07:42 +0000
committerBioArchLinuxBot2022-12-04 18:07:42 +0000
commite57e5aee11bc9a29094dc94afe928535641d4554 (patch)
treeebbaa670146f198c6edf167807a541cfba9d4070
parent4fa71bf247ae0393949e81855e947269ad651906 (diff)
downloadaur-e57e5aee11bc9a29094dc94afe928535641d4554.tar.gz
[lilac] updated to 1.26-3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 819a554e5854..b5552b342bff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-reticulate
pkgdesc = Interface to 'Python'
pkgver = 1.26
- pkgrel = 1
+ pkgrel = 3
url = https://cran.r-project.org/package=reticulate
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index dfbd71d1972d..92b06884c722 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# system requirements: Python (>= 2.7.0)
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Robert Greener <me@r0bert.dev>
_pkgname=reticulate
_pkgver=1.26
pkgname=r-${_pkgname,,}
pkgver=1.26
-pkgrel=1
+pkgrel=3
pkgdesc="Interface to 'Python'"
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"