mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-ggdendro: auto updated to 0.2.0-1
This commit is contained in:
parent
4a760962c7
commit
0b0daca83b
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=ggdendro
|
||||
_pkgver=0.1.23
|
||||
_pkgver=0.2.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.1.23
|
||||
pkgrel=7
|
||||
pkgver=0.2.0
|
||||
pkgrel=1
|
||||
pkgdesc="Create Dendrograms and Tree Diagrams Using 'ggplot2'"
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -25,7 +25,7 @@ optdepends=(
|
|||
r-tree
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('3a33e988c4fe12eec540876ad8ba09bda998773b2d2a90e043ebae4a69fa8eb8')
|
||||
sha256sums=('1940c34ddb30083a4c3bc3be98b6b466dcc78e03ac22a32088744db8bff7aa69')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue