summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-02-01 18:04:02 +0000
committerBioArchLinuxBot2023-02-01 18:04:02 +0000
commit81d57c9f9e69d691172915a450d4a70f88bd29de (patch)
tree43cd9ad62fc6ae5ce3abd743952b681e572d629f /PKGBUILD
parentae2366fef4ca9688896cd8b3e13681fc45492619 (diff)
downloadaur-r-rnexml.tar.gz
[lilac] updated to 2.4.11-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00f6c39c6d9d..e8ae2b73d140 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=RNeXML
-_pkgver=2.4.10
+_pkgver=2.4.11
pkgname=r-${_pkgname,,}
-pkgver=2.4.10
+pkgver=2.4.11
pkgrel=1
pkgdesc="Semantically Rich I/O for the 'NeXML' Format"
arch=('any')
@@ -40,7 +40,7 @@ optdepends=(
r-xslt
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('991e05126cd047857c7c3100492e1727d4fd197dceb5f4e5fdb83ab377396d16')
+sha256sums=('246913cbb0e816401bb8e37dda20646202547f5cc8379c9dadf832f61d6cfd46')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"