summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 23:12:50 +0000
committerBioArchLinuxBot2022-11-02 23:12:50 +0000
commit5e74789e9ea25e34a1a8e02ec22cc5783ee15e78 (patch)
tree1b0837644d260ad55eececa5716c636ec41e0c85
parentdeb6f0fef05edd9af3d9a5b765d84cfd468f0a94 (diff)
downloadaur-5e74789e9ea25e34a1a8e02ec22cc5783ee15e78.tar.gz
[lilac] updated to 1.10.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c11abcb05ff..8e569640ca56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-exploremodelmatrix
pkgdesc = Graphical Exploration of Design Matrices
- pkgver = 1.8.0
+ pkgver = 1.10.0
pkgrel = 1
url = https://bioconductor.org/packages/ExploreModelMatrix
arch = any
@@ -25,7 +25,7 @@ pkgbase = r-exploremodelmatrix
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/ExploreModelMatrix_1.8.0.tar.gz
- sha256sums = b59a9b865a9864c63520252b4c9851699facdbf1f4c7e5f4e4e5930fda485594
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/ExploreModelMatrix_1.10.0.tar.gz
+ sha256sums = 692fdd37acfecb7a9ac3b6795d28b811d5475a9fe63e3d71fca89279a962aba1
pkgname = r-exploremodelmatrix
diff --git a/PKGBUILD b/PKGBUILD
index cef0ba934600..dc41f2794067 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ExploreModelMatrix
-_pkgver=1.8.0
+_pkgver=1.10.0
pkgname=r-${_pkgname,,}
-pkgver=1.8.0
+pkgver=1.10.0
pkgrel=1
pkgdesc='Graphical Exploration of Design Matrices'
arch=('any')
@@ -34,7 +34,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('b59a9b865a9864c63520252b4c9851699facdbf1f4c7e5f4e4e5930fda485594')
+sha256sums=('692fdd37acfecb7a9ac3b6795d28b811d5475a9fe63e3d71fca89279a962aba1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"