r-ggplot2: auto updated to 3.3.6-1

This commit is contained in:
BioArchLinuxBot 2022-05-03 08:07:07 +00:00
parent bc4a338917
commit b50be0e290

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ggplot2
_pkgver=3.3.5
_pkgver=3.3.6
pkgname=r-${_pkgname,,}
pkgver=3.3.5
pkgrel=2
pkgver=3.3.6
pkgrel=1
pkgdesc='Create Elegant Data Visualisations Using the Grammar of Graphics'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@ -50,7 +50,7 @@ optdepends=(
r-xml2
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('b075294faf3af31b18e415f260c62d6000b218770e430484fe38819bdc3224ea')
sha256sums=('bfcb4eb92a0fcd3fab713aca4bb25e916e05914f2540271a45522ad7e43943a9')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"