mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-apcluster: auto updated to 1.4.13-1
This commit is contained in:
parent
9a09fb09fb
commit
6e0dfa23a6
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=apcluster
|
||||
_pkgver=1.4.12
|
||||
_pkgver=1.4.13
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.4.12
|
||||
pkgrel=2
|
||||
pkgver=1.4.13
|
||||
pkgrel=1
|
||||
pkgdesc='Affinity Propagation Clustering'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -17,7 +17,7 @@ optdepends=(
|
|||
r-knitr
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('857dee9ea2b5f55e666a44037fd7ba1a7bd8e867b4eeda945acc93949bd04407')
|
||||
sha256sums=('5e975baa427def9944ec0a3ea5f8f92f4ebce4e98689b4019525d25b54d5a1a7')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue