r-snprelate: auto updated to 1.30.1-1

This commit is contained in:
BioArchLinuxBot 2022-05-17 00:05:23 +00:00
parent 9a6734f2d9
commit 998751bbf3

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SNPRelate
_pkgver=1.30.0
_pkgver=1.30.1
pkgname=r-${_pkgname,,}
pkgver=1.30.0
pkgver=1.30.1
pkgrel=1
pkgdesc='Parallel Computing Toolset for Relatedness and Principal Component Analysis of SNP Data'
arch=('x86_64')
@ -25,7 +25,7 @@ optdepends=(
r-seqarray
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('4944f046e3068c0e018c8f8a4345657f349ec3071d89b1d8d8c6d94e3e8b75c9')
sha256sums=('998d11991c8d564932e25e947b164360c9aa9dffa87e533144a42ef00af96cc8')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"