summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 08:17:07 +0000
committerBioArchLinuxBot2024-05-03 08:17:07 +0000
commit4c6f8789107cc6d2b0322eb81c502043b08e1b26 (patch)
treee92993fd86e3adfebe033f0c336824db5b12b442 /PKGBUILD
parent9a33d976502ea3b28b8982ec40835e9c28b661a3 (diff)
downloadaur-r-tidybulk.tar.gz
[lilac] updated to 1.16.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 74cc8beed8ee..e76f64ebd775 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=tidybulk
-_pkgver=1.14.3
+_pkgver=1.16.0
pkgname=r-${_pkgname,,}
-pkgver=1.14.3
+pkgver=1.16.0
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=('d29378f88a36325ec2510dd8b44c6255736d377e8fade277cf3c82d3b7e9ec36')
+sha256sums=('dd45c712f17fdef3bb86f4ad5111e6fbd414f89850f2290c6db35d869de844c6')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"