summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 06:27:53 +0000
committerBioArchLinuxBot2023-10-26 06:27:53 +0000
commite0588ee6645d53f2c63a3d3f60e24ab493f1466f (patch)
tree702b14bed01bf699e117f4277ecba4a8cc9b2536
parentdbe29e738c96d4bb0143db286df6e661b9736904 (diff)
downloadaur-e0588ee6645d53f2c63a3d3f60e24ab493f1466f.tar.gz
[lilac] updated to 1.48.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41365c2e8997..976bad5136c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-cormotif
pkgdesc = Correlation Motif Fit
- pkgver = 1.46.0
+ pkgver = 1.48.0
pkgrel = 1
url = https://bioconductor.org/packages/Cormotif
arch = any
@@ -8,7 +8,7 @@ pkgbase = r-cormotif
depends = r
depends = r-affy
depends = r-limma
- source = https://bioconductor.org/packages/release/bioc/src/contrib/Cormotif_1.46.0.tar.gz
- sha256sums = 341929180c6b6a5a7aeef691016c68d0b0988daef41afd0f5768a96acb2b9074
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/Cormotif_1.48.0.tar.gz
+ sha256sums = 9bab217df749bc5e40446baef4b1ce9814d27dc55e99d807b581c20f82c87ea9
pkgname = r-cormotif
diff --git a/PKGBUILD b/PKGBUILD
index 05ec9938eb8b..9caf359ca7dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Cormotif
-_pkgver=1.46.0
+_pkgver=1.48.0
pkgname=r-${_pkgname,,}
-pkgver=1.46.0
+pkgver=1.48.0
pkgrel=1
pkgdesc='Correlation Motif Fit'
arch=('any')
@@ -15,7 +15,7 @@ depends=(
r-limma
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('341929180c6b6a5a7aeef691016c68d0b0988daef41afd0f5768a96acb2b9074')
+sha256sums=('9bab217df749bc5e40446baef4b1ce9814d27dc55e99d807b581c20f82c87ea9')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"