r-aplot: auto updated to 0.1.4-1

This commit is contained in:
BioArchLinuxBot 2022-05-05 08:05:53 +00:00
parent f31c95591e
commit 866826c6f5

View file

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