mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-phyclust: auto updated to 0.1.32-1
This commit is contained in:
parent
7aa88ddfb2
commit
ab3a5b4627
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=phyclust
|
||||
_pkgver=0.1-30
|
||||
_pkgver=0.1-32
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.1.30
|
||||
pkgrel=5
|
||||
pkgver=0.1.32
|
||||
pkgrel=1
|
||||
pkgdesc='Phylogenetic Clustering (Phyloclustering)'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -14,7 +14,7 @@ depends=(
|
|||
r-ape
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('f7645bfaecfe7a19d213a7d5c42c750f0ccbdd85549dae6e8ba9d2ba4bc2c93b')
|
||||
sha256sums=('cc78f878ef0424e5c7e20669efdf1a74916cdd8c8e204217d6f7a4abe7bf42bd')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue