summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-08-18 18:01:49 +0000
committerBioArchLinuxBot2023-08-18 18:01:49 +0000
commit28595bfdac1752757d8db972dff2112f29aab0af (patch)
tree67b2399d3b635e331d3ff4e51879a927b5c23ab7 /PKGBUILD
parent4b54f320a74e2db2bab83deb06c77fcbe298b09c (diff)
downloadaur-28595bfdac1752757d8db972dff2112f29aab0af.tar.gz
[lilac] updated to 1.12.4-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d69a34898e3f..7c5ccc695ad3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=AnVIL
-_pkgver=1.12.3
+_pkgver=1.12.4
pkgname=r-${_pkgname,,}
-pkgver=1.12.3
+pkgver=1.12.4
pkgrel=1
pkgdesc='Bioconductor on the AnVIL compute environment'
arch=('any')
@@ -37,7 +37,7 @@ optdepends=(
r-withr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('30ae9f3d9ecb83afc26be36aeb01dac0c962b727dfb9c12d9a9a19c8d803a137')
+sha256sums=('c01e205b611ca4c0a15367b0fe2405a9c39c4dccde1e29503a0bab6d42ce8f17')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"