r-rbibutils: auto updated to 2.2.10-1

This commit is contained in:
BioArchLinuxBot 2022-11-16 00:01:15 +00:00
parent ecf35a22df
commit 209aa02791

View file

@ -3,10 +3,10 @@
# Contributor: Robert Greener <me@r0bert.dev>
_pkgname=rbibutils
_pkgver=2.2.9
_pkgver=2.2.10
pkgname=r-${_pkgname,,}
pkgver=2.2.9
pkgrel=7
pkgver=2.2.10
pkgrel=1
pkgdesc="Read 'Bibtex' Files and Convert Between Bibliography Formats"
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@ -18,7 +18,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('b22c07ff916ec338e5a8c6e7e4302f06c9b88d64ee6a59ee4bf5d83a3d5eff86')
sha256sums=('a6467acad91cd7d62403f5f7da6656d08d7c46bd33fa89c2db368576808c17f7')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"