mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-basics: auto updated to 2.12.1-1
This commit is contained in:
parent
3c600bb6c0
commit
57a4b8725c
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=BASiCS
|
||||
_pkgver=2.12.0
|
||||
_pkgver=2.12.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.12.0
|
||||
pkgver=2.12.1
|
||||
pkgrel=1
|
||||
pkgdesc='Bayesian Analysis of Single-Cell Sequencing data'
|
||||
arch=('x86_64')
|
||||
|
@ -43,7 +43,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('e902f587a2d2df92cbc504f0344c8d9d3f34214d1cc093f555bfc1bd1129171e')
|
||||
sha256sums=('baf012266fc1a8310d4392629fb378996ff9182e6b9f5b52ea8268d03536772b')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue