r-tidybulk: auto updated to 1.14.3-1

This commit is contained in:
BioArchLinuxBot 2023-12-06 00:13:29 +00:00
parent 7f9bbc5d54
commit 2f4616ba6f

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=tidybulk
_pkgver=1.14.2
_pkgver=1.14.3
pkgname=r-${_pkgname,,}
pkgver=1.14.2
pkgver=1.14.3
pkgrel=1
pkgdesc='Brings transcriptomics to the tidyverse'
arch=('any')
@ -80,7 +80,7 @@ optdepends=(
r-widyr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('420a47c53777dfa810b4812a09889fbf3cd0052574ab606fecc98a7ec3aa747c')
sha256sums=('d29378f88a36325ec2510dd8b44c6255736d377e8fade277cf3c82d3b7e9ec36')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"