mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-circlize: auto updated to 0.4.15-1
This commit is contained in:
parent
dd06099228
commit
35c52c5e95
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=circlize
|
||||
_pkgver=0.4.14
|
||||
_pkgver=0.4.15
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.4.14
|
||||
pkgrel=2
|
||||
pkgver=0.4.15
|
||||
pkgrel=1
|
||||
pkgdesc='Circular Visualization'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -25,7 +25,7 @@ optdepends=(
|
|||
r-png
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('61ed9b3ffaf0689c3c260a699abb89603bda1457fe31e3cf934107b9aac41e2c')
|
||||
sha256sums=('d602d55313fe7c675109153d6ed3b99bdba5292e1deefed71d5a21e0db595cc7')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue