summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"