r-escape: auto updated to 1.12.0-1

This commit is contained in:
BioArchLinuxBot 2023-10-30 18:31:41 +00:00
parent fb5a8fb7ba
commit af038b3a94

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=escape
_pkgver=1.10.0
_pkgver=1.12.0
pkgname=r-${_pkgname,,}
pkgver=1.10.0
pkgver=1.12.0
pkgrel=1
pkgdesc='Easy single cell analysis platform for enrichment'
arch=('any')
@ -40,7 +40,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('afac32e721aeee2aa9f6c7f42ef588e05f46e81f689c3d0752ff8c4e85543acf')
sha256sums=('d69dda267e9346b1d3f10274fb0985409d23060abba609d4e8859eae92b1b12e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"