summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-29 05:40:24 +0000
committerBioArchLinuxBot2023-04-29 05:40:24 +0000
commit9d22b83c9aadc1c73a3589d8a180c194e3d5605e (patch)
tree4f24382d77790336bdf02fcca492baba16fc497e
parent1c1a6678b432fc45ae2ce40e658850a8db226ba7 (diff)
downloadaur-9d22b83c9aadc1c73a3589d8a180c194e3d5605e.tar.gz
[lilac] updated to 1.36.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebfd2df3b266..883ecffcb851 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = r-bioccheck
pkgdesc = Bioconductor-specific package checks
- pkgver = 1.34.3
+ pkgver = 1.36.0
pkgrel = 1
url = https://bioconductor.org/packages/BiocCheck
arch = any
license = Artistic2.0
depends = r
+ depends = r-biocfilecache
depends = r-biocmanager
depends = r-biocviews
depends = r-graph
@@ -16,14 +17,13 @@ pkgbase = r-bioccheck
optdepends = r-biocgenerics
optdepends = r-biocstyle
optdepends = r-callr
- optdepends = r-codetoolsbioc
optdepends = r-devtools
optdepends = r-downloader
optdepends = r-jsonlite
optdepends = r-rmarkdown
optdepends = r-runit
optdepends = r-usethis
- source = https://bioconductor.org/packages/release/bioc/src/contrib/BiocCheck_1.34.3.tar.gz
- sha256sums = 55084d138b49d859c9d07422738972354cd3e6ab78d03c5a5d48006665a1e203
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/BiocCheck_1.36.0.tar.gz
+ sha256sums = c949052b2d4ed39d945f79f33dbbd2572c6a076c43f8daa65226c2994997c495
pkgname = r-bioccheck
diff --git a/PKGBUILD b/PKGBUILD
index f9dde7c8b60e..ffe7bc4da97a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BiocCheck
-_pkgver=1.34.3
+_pkgver=1.36.0
pkgname=r-${_pkgname,,}
-pkgver=1.34.3
+pkgver=1.36.0
pkgrel=1
pkgdesc='Bioconductor-specific package checks'
arch=('any')
@@ -11,6 +11,7 @@ url="https://bioconductor.org/packages/${_pkgname}"
license=('Artistic2.0')
depends=(
r
+ r-biocfilecache
r-biocmanager
r-biocviews
r-graph
@@ -23,7 +24,6 @@ optdepends=(
r-biocgenerics
r-biocstyle
r-callr
- r-codetoolsbioc
r-devtools
r-downloader
r-jsonlite
@@ -32,7 +32,7 @@ optdepends=(
r-usethis
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('55084d138b49d859c9d07422738972354cd3e6ab78d03c5a5d48006665a1e203')
+sha256sums=('c949052b2d4ed39d945f79f33dbbd2572c6a076c43f8daa65226c2994997c495')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"