summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-28 13:02:03 +0000
committerBioArchLinuxBot2023-10-28 13:02:03 +0000
commit2a6c4575b43d29dd024b547f9bd33bee17da4b09 (patch)
tree2950baeea40cbdcfb0bd45a535ab1f2fb3cba688
parent1c43ae841f9595a8472b0a239b3cc712d45ae9be (diff)
downloadaur-2a6c4575b43d29dd024b547f9bd33bee17da4b09.tar.gz
[lilac] updated to 1.30.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9131449a9c57..946cbe5cb720 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-smite
pkgdesc = Significance-based Modules Integrating the Transcriptome and Epigenome
- pkgver = 1.28.0
+ pkgver = 1.30.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.28.0.tar.gz
- sha256sums = 93744c30fa9e3c6229b86857b7ee942083fb8239772ae059fcd0ac33e29f1518
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/SMITE_1.30.0.tar.gz
+ sha256sums = 4dd237f2511774db0c583430ba205548df21ccf077f3dae0d0810ec29de4e043
pkgname = r-smite
diff --git a/PKGBUILD b/PKGBUILD
index ce4f0f79f1d7..d0afdd082408 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SMITE
-_pkgver=1.28.0
+_pkgver=1.30.0
pkgname=r-${_pkgname,,}
-pkgver=1.28.0
+pkgver=1.30.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=('93744c30fa9e3c6229b86857b7ee942083fb8239772ae059fcd0ac33e29f1518')
+sha256sums=('4dd237f2511774db0c583430ba205548df21ccf077f3dae0d0810ec29de4e043')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"