r-atsnp: auto updated to 1.16.0-1

This commit is contained in:
BioArchLinuxBot 2023-04-27 23:20:08 +00:00
parent 143efa45fb
commit a7cf5cb7b8

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=atSNP
_pkgver=1.14.0
_pkgver=1.16.0
pkgname=r-${_pkgname,,}
pkgver=1.14.0
pkgrel=2
pkgver=1.16.0
pkgrel=1
pkgdesc='Affinity test for identifying regulatory SNPs'
arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}"
@ -28,7 +28,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('8b79815342495d7a58e30fec033eff7f5acc579b6bc64a52244fca759f0aea8b')
sha256sums=('f4bca0f0a06fe4bd65106e118a13811a93776d51d906c87e44f672e2f3a24892')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"