mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-snprelate: auto updated to 1.38.0-1
This commit is contained in:
parent
457fe7eeba
commit
a136c27ac3
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=SNPRelate
|
||||
_pkgver=1.36.1
|
||||
_pkgver=1.38.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.36.1
|
||||
pkgrel=2
|
||||
pkgver=1.38.0
|
||||
pkgrel=1
|
||||
pkgdesc='Parallel Computing Toolset for Relatedness and Principal Component Analysis of SNP Data'
|
||||
arch=('x86_64')
|
||||
url="https://bioconductor.org/packages/${_pkgname}"
|
||||
|
@ -25,7 +25,7 @@ optdepends=(
|
|||
r-seqarray
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('36dee0da73d8f151dfe42aecc1c51d6b9a22a1e9a4cfa874aa2667cef1c92534')
|
||||
sha256sums=('ae7c666147e00c6a417fb735b2ca31b907727d0e59a09e67bd7e4265f74ed37e')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue