mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-aplot: auto updated to 0.1.5-1
This commit is contained in:
parent
d799e06b38
commit
d4a79e0688
1 changed files with 3 additions and 3 deletions
|
@ -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.4
|
_pkgver=0.1.5
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=0.1.4
|
pkgver=0.1.5
|
||||||
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=('cde9dfc1c6b38e370c1f7338651c37727efa57d52b646fec6b021855809492ac')
|
sha256sums=('e19f096be482c087a84ac464718a6c3f9bc8d9ae29dec6dff6e287de74d588fe')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue