r-scalign: auto updated to 1.12.0-1

This commit is contained in:
BioArchLinuxBot 2023-03-22 18:11:54 +00:00
parent 303c2dfb3c
commit 66298e00bf

View file

@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=scAlign
_pkgver=1.11.0
_pkgver=1.12.0
pkgname=r-${_pkgname,,}
pkgver=1.11.0
pkgver=1.12.0
pkgrel=1
pkgdesc='An alignment and integration method for single cell genomics'
arch=('any')
@ -29,7 +29,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('d97618c8e7ab3554460899d700df9ffe6e25a14f883d784114a47b7bc04dfe05')
sha256sums=('8b620493a49103127dc5fd2c1f88b33a112b85dba77b568bd21ed6ec34ef90d6')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"