summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-06-08 00:08:34 +0000
committerBioArchLinuxBot2024-06-08 00:08:34 +0000
commitb1ec447acf43334609299dbf8aa397cb1e31ec16 (patch)
treea1de419414e8eddd3fffa97c909de3b6a0c03ed0
parent2a6c4575b43d29dd024b547f9bd33bee17da4b09 (diff)
downloadaur-r-smite.tar.gz
[lilac] updated to 1.32.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 946cbe5cb720..8dec9467eb9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-smite
pkgdesc = Significance-based Modules Integrating the Transcriptome and Epigenome
- pkgver = 1.30.0
+ pkgver = 1.32.0
pkgrel = 1
url = https://bioconductor.org/packages/SMITE
arch = any
@@ -24,7 +24,7 @@ pkgbase = r-smite
depends = r-scales
optdepends = r-knitr
optdepends = r-rmarkdown
- source = https://bioconductor.org/packages/release/bioc/src/contrib/SMITE_1.30.0.tar.gz
- sha256sums = 4dd237f2511774db0c583430ba205548df21ccf077f3dae0d0810ec29de4e043
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/SMITE_1.32.0.tar.gz
+ sha256sums = 69e79c36c5ca5c19b94d3c0ecb1c1343099664302dced6d7de96b727b4f2e436
pkgname = r-smite
diff --git a/PKGBUILD b/PKGBUILD
index d0afdd082408..59e1389ed0de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SMITE
-_pkgver=1.30.0
+_pkgver=1.32.0
pkgname=r-${_pkgname,,}
-pkgver=1.30.0
+pkgver=1.32.0
pkgrel=1
pkgdesc='Significance-based Modules Integrating the Transcriptome and Epigenome'
arch=('any')
@@ -33,7 +33,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('4dd237f2511774db0c583430ba205548df21ccf077f3dae0d0810ec29de4e043')
+sha256sums=('69e79c36c5ca5c19b94d3c0ecb1c1343099664302dced6d7de96b727b4f2e436')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"