mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-cmplot: auto updated to 4.1.0-1
This commit is contained in:
parent
c88ee7de16
commit
0db98acb80
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=CMplot
|
||||
_pkgver=4.0.0
|
||||
_pkgver=4.1.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=4.0.0
|
||||
pkgver=4.1.0
|
||||
pkgrel=1
|
||||
pkgdesc='Circle Manhattan Plot'
|
||||
arch=('any')
|
||||
|
@ -13,7 +13,7 @@ depends=(
|
|||
r
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('01b1f30fcac2a5749251c8f2f6e00d8593a2e8ce1d31b3f3b49620067c39d077')
|
||||
sha256sums=('cf7d74b206db3afbd7e0935867c320e1b5965b43372b797215831e1e6fbe09c0')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue