summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 22:32:17 +0000
committerBioArchLinuxBot2024-05-01 22:32:17 +0000
commit0e536910b806f93f4d336e79c2e224db7d7f44b9 (patch)
tree42f8dfa7556ec7cd5b56eabffbbdd8f1727ffc45
parentedb61ed9e658a5f3edba37b1a7c5cae933398da3 (diff)
downloadaur-r-beachmat.tar.gz
[lilac] updated to 2.20.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b70c4bc227d..ea1fe4b647a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-beachmat
pkgdesc = Compiling Bioconductor to Handle Each Matrix Type
- pkgver = 2.18.1
+ pkgver = 2.20.0
pkgrel = 1
url = https://bioconductor.org/packages/beachmat
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = r-beachmat
optdepends = r-rcmdcheck
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/beachmat_2.18.1.tar.gz
- sha256sums = 54cc8e943c607012c9760814b0305b8ad75a083f54a4d6c2dc3063358795e8cf
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/beachmat_2.20.0.tar.gz
+ sha256sums = deec903046f14e656a92076e4c7bdf1c1ecdb456d942e83d661ac52a78fa7d3f
pkgname = r-beachmat
diff --git a/PKGBUILD b/PKGBUILD
index f11087321491..c382aa8047f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=beachmat
-_pkgver=2.18.1
+_pkgver=2.20.0
pkgname=r-${_pkgname,,}
-pkgver=2.18.1
+pkgver=2.20.0
pkgrel=1
pkgdesc='Compiling Bioconductor to Handle Each Matrix Type'
arch=('x86_64')
@@ -28,7 +28,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('54cc8e943c607012c9760814b0305b8ad75a083f54a4d6c2dc3063358795e8cf')
+sha256sums=('deec903046f14e656a92076e4c7bdf1c1ecdb456d942e83d661ac52a78fa7d3f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"