r-snpstats: auto updated to 1.46.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 02:54:11 +00:00
parent 49a591d616
commit 262e3cdd55

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=snpStats
_pkgver=1.44.0
_pkgver=1.46.0
pkgname=r-${_pkgname,,}
pkgver=1.44.0
pkgrel=2
pkgver=1.46.0
pkgrel=1
pkgdesc='SnpMatrix and XSnpMatrix classes and methods'
arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}"
@ -18,7 +18,7 @@ optdepends=(
r-hexbin
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('186ba6d4edcc2ec2cfc1120bfc32753668db54217e3e183b20c988c7ca224341')
sha256sums=('42911ba76e4b38f4d3a01d5de81e59d10462d79f5cc642a62c26d9c3b02dab28')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"