summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 06:35:49 +0000
committerBioArchLinuxBot2023-04-27 06:35:49 +0000
commit44482bf347f2d804ee71556ad4ff74fd75a85f84 (patch)
tree3281d8454fd4e559a00403fd55d243a723204770
parent80325425b2ce093ba89674d919f8c588b327dc08 (diff)
downloadaur-44482bf347f2d804ee71556ad4ff74fd75a85f84.tar.gz
[lilac] updated to 1.38.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b3309af90e8..60115af2b4d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-bioassayr
pkgdesc = Cross-target analysis of small molecule bioactivity
- pkgver = 1.36.0
+ pkgver = 1.38.0
pkgrel = 1
url = https://bioconductor.org/packages/bioassayR
arch = any
@@ -22,7 +22,7 @@ pkgbase = r-bioassayr
optdepends = r-rcurl
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/bioassayR_1.36.0.tar.gz
- sha256sums = 5bb181ec60336d20121811e56653764b30285134a42de763a6ebadd831c9a664
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/bioassayR_1.38.0.tar.gz
+ sha256sums = e656b7eea72a090e52584d5074d4e18d9b97dc09edbdba43aca88e9b7db49c46
pkgname = r-bioassayr
diff --git a/PKGBUILD b/PKGBUILD
index a6378773f1c0..99280302a78a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=bioassayR
-_pkgver=1.36.0
+_pkgver=1.38.0
pkgname=r-${_pkgname,,}
-pkgver=1.36.0
+pkgver=1.38.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=('5bb181ec60336d20121811e56653764b30285134a42de763a6ebadd831c9a664')
+sha256sums=('e656b7eea72a090e52584d5074d4e18d9b97dc09edbdba43aca88e9b7db49c46')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"