summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:01:28 +0000
committerBioArchLinuxBot2022-10-18 12:01:28 +0000
commit48a14fdfe5a89f44c0f522068ef807daf899eae9 (patch)
tree0f4b68d40344a234eb377f48adefd5e61d8b700c
parent2014ee88bfaf52d77b9dedb4b83d977d230eb75d (diff)
downloadaur-48a14fdfe5a89f44c0f522068ef807daf899eae9.tar.gz
[lilac] updated to 1.1.3-10
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c62191803264..ef62770ab0a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-brio
pkgdesc = Basic R Input Output
pkgver = 1.1.3
- pkgrel = 4
+ pkgrel = 10
url = https://cran.r-project.org/package=brio
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 5443d5d32610..d63ae786411f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Robert Greener <me@r0bert.dev>
_pkgname=brio
_pkgver=1.1.3
pkgname=r-${_pkgname,,}
pkgver=1.1.3
-pkgrel=4
+pkgrel=10
pkgdesc='Basic R Input Output'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"