r-affixcan: auto updated to 1.12.0-1

This commit is contained in:
BioArchLinuxBot 2022-01-14 04:51:53 +08:00
parent 8b1a5fd803
commit 0215104ff5

View file

@ -3,7 +3,7 @@
_pkgname=AffiXcan
_pkgver=1.12.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=1.12.0
pkgrel=1
pkgdesc='A Functional Approach To Impute Genetically Regulated Expression'
arch=('any')
@ -22,7 +22,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('2dc9278e758a578be1aa2fc3670b07a9b15cde23233585652041ec98d741d61b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"