summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:41:45 +0000
committerBioArchLinuxBot2022-10-18 12:41:45 +0000
commita085883c7966b22a38392833168a48f556add1a5 (patch)
tree1123b6980d480f4a854ef36fc594931c1d6b61a6
parent2c690704d7a4c40607dac5cd312a2518fa0eb16b (diff)
downloadaur-a085883c7966b22a38392833168a48f556add1a5.tar.gz
[lilac] updated to 4.2.5-7
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6dfcbb51fc5f..9b107a891a1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-openxlsx
pkgdesc = Read, Write and Edit xlsx Files
pkgver = 4.2.5
- pkgrel = 4
+ pkgrel = 7
url = https://cran.r-project.org/package=openxlsx
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 44263a1b7bcb..3973c5a17ce0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,12 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
+# Contributor: Alex Branham <branham@utexas.edu>
_pkgname=openxlsx
_pkgver=4.2.5
pkgname=r-${_pkgname,,}
pkgver=4.2.5
-pkgrel=4
+pkgrel=7
pkgdesc='Read, Write and Edit xlsx Files'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"