summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-06-17 18:07:03 +0000
committerBioArchLinuxBot2023-06-17 18:07:03 +0000
commitd7f9c766a3a03dcfb4bac9624356dece9934e847 (patch)
tree7251e48bcede6f3496aa6a4332e361693fb99943
parent9d22b83c9aadc1c73a3589d8a180c194e3d5605e (diff)
downloadaur-d7f9c766a3a03dcfb4bac9624356dece9934e847.tar.gz
[lilac] updated to 1.36.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 883ecffcb851..dba55d16eabc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-bioccheck
pkgdesc = Bioconductor-specific package checks
- pkgver = 1.36.0
+ pkgver = 1.36.1
pkgrel = 1
url = https://bioconductor.org/packages/BiocCheck
arch = any
@@ -23,7 +23,7 @@ pkgbase = r-bioccheck
optdepends = r-rmarkdown
optdepends = r-runit
optdepends = r-usethis
- source = https://bioconductor.org/packages/release/bioc/src/contrib/BiocCheck_1.36.0.tar.gz
- sha256sums = c949052b2d4ed39d945f79f33dbbd2572c6a076c43f8daa65226c2994997c495
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/BiocCheck_1.36.1.tar.gz
+ sha256sums = 6c192202d6f779ea31fc04a87e2353bbc133495eab6ac42d7d71044b71b50e28
pkgname = r-bioccheck
diff --git a/PKGBUILD b/PKGBUILD
index ffe7bc4da97a..40af884776ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BiocCheck
-_pkgver=1.36.0
+_pkgver=1.36.1
pkgname=r-${_pkgname,,}
-pkgver=1.36.0
+pkgver=1.36.1
pkgrel=1
pkgdesc='Bioconductor-specific package checks'
arch=('any')
@@ -32,7 +32,7 @@ optdepends=(
r-usethis
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('c949052b2d4ed39d945f79f33dbbd2572c6a076c43f8daa65226c2994997c495')
+sha256sums=('6c192202d6f779ea31fc04a87e2353bbc133495eab6ac42d7d71044b71b50e28')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"