summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 18:51:41 +0000
committerBioArchLinuxBot2024-05-01 18:51:41 +0000
commit35a118ba5d67d275a9030462dfb4a6757bbb1692 (patch)
tree6fd2f0762a470b43948b3ae157145d0a149248ba
parentf798dcb0e2dbf3b710053d92aff97dcec0c88ebe (diff)
downloadaur-r-mgsa.tar.gz
[lilac] updated to 1.52.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e30fc8d4ea4a..258fea148ea9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-mgsa
pkgdesc = Model-based gene set analysis
- pkgver = 1.50.0
+ pkgver = 1.52.0
pkgrel = 1
url = https://bioconductor.org/packages/mgsa
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = r-mgsa
optdepends = r-go.db
optdepends = r-rsqlite
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/mgsa_1.50.0.tar.gz
- sha256sums = 69a1e9cfb91e52a022dad737d1ca173aaddaf0523a7e3e233e66a253cd1c0d8c
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/mgsa_1.52.0.tar.gz
+ sha256sums = 096b82597bd1bf98855f69cc092a39547dfee247712c771186c78949df258000
pkgname = r-mgsa
diff --git a/PKGBUILD b/PKGBUILD
index 113e429b0b46..b2dc23c2e3bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=mgsa
-_pkgver=1.50.0
+_pkgver=1.52.0
pkgname=r-${_pkgname,,}
-pkgver=1.50.0
+pkgver=1.52.0
pkgrel=1
pkgdesc='Model-based gene set analysis'
arch=('x86_64')
@@ -20,7 +20,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('69a1e9cfb91e52a022dad737d1ca173aaddaf0523a7e3e233e66a253cd1c0d8c')
+sha256sums=('096b82597bd1bf98855f69cc092a39547dfee247712c771186c78949df258000')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"