r-aplot: auto updated to 0.1.6-1

This commit is contained in:
BioArchLinuxBot 2022-06-03 18:09:45 +00:00
parent 649e515cd3
commit 89116c9dda

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=aplot _pkgname=aplot
_pkgver=0.1.5 _pkgver=0.1.6
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=0.1.5 pkgver=0.1.6
pkgrel=1 pkgrel=1
pkgdesc="Decorate a 'ggplot' with Associated Information" pkgdesc="Decorate a 'ggplot' with Associated Information"
arch=('any') arch=('any')
@ -22,7 +22,7 @@ optdepends=(
r-ggtree r-ggtree
) )
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('e19f096be482c087a84ac464718a6c3f9bc8d9ae29dec6dff6e287de74d588fe') sha256sums=('7d69d1968bc613d8ceccc05c53362b0f62b632e1c6ef5100c91b65b15afa200c')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"