summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 00:26:14 +0000
committerBioArchLinuxBot2022-11-03 00:26:14 +0000
commit80325425b2ce093ba89674d919f8c588b327dc08 (patch)
treeb599700a4ef9b1462936d96f14b1b74c46035318 /PKGBUILD
parent5eeb5270e1506ba86fb3adf4dc941416cc17668d (diff)
downloadaur-80325425b2ce093ba89674d919f8c588b327dc08.tar.gz
[lilac] updated to 1.36.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 979ac7095d4b..a6378773f1c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=bioassayR
-_pkgver=1.34.0
+_pkgver=1.36.0
pkgname=r-${_pkgname,,}
-pkgver=1.34.0
+pkgver=1.36.0
pkgrel=1
pkgdesc='Cross-target analysis of small molecule bioactivity'
arch=('any')
@@ -31,7 +31,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('3ff360da1e2ec93f6082a4f0404bcae3670f7f140b8388846298ccb74164797d')
+sha256sums=('5bb181ec60336d20121811e56653764b30285134a42de763a6ebadd831c9a664')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"