summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 02:27:36 +0000
committerBioArchLinuxBot2024-05-03 02:27:36 +0000
commitce6da014d8901d2c5158c6614c4002f66e2dbddd (patch)
tree75d5df9085561cec67f96b6bf113a858cb02c3ea /PKGBUILD
parent26344f2e8d15879272ccf578ef96db7748dae7e6 (diff)
downloadaur-r-organism.dplyr.tar.gz
[lilac] updated to 1.32.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4bdd4d354644..2c69ef753f2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Organism.dplyr
-_pkgver=1.30.1
+_pkgver=1.32.0
pkgname=r-${_pkgname,,}
-pkgver=1.30.1
+pkgver=1.32.0
pkgrel=1
pkgdesc='dplyr-based Access to Bioconductor Annotation Resources'
arch=('any')
@@ -38,7 +38,7 @@ optdepends=(
r-txdb.mmusculus.ucsc.mm10.ensgene
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('85e0093b2775950560ec3c0d27b2aea1a1fbd2f6a5423c88b5bfe5fe7074a5e8')
+sha256sums=('bd3b28fea7289f4a582328eb8912a66c7397cc440c15540bce9e77b5b0bfe50f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"