summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 22:35:47 +0000
committerBioArchLinuxBot2024-05-01 22:35:47 +0000
commit097f137db4a867e22384c5b4c50e75d7df0ea384 (patch)
tree89f0696ef09fcaaefa26d4e23cfd0286042b767a /PKGBUILD
parente0588ee6645d53f2c63a3d3f60e24ab493f1466f (diff)
downloadaur-r-cormotif.tar.gz
[lilac] updated to 1.50.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9caf359ca7dc..4cc5b1e9479e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Cormotif
-_pkgver=1.48.0
+_pkgver=1.50.0
pkgname=r-${_pkgname,,}
-pkgver=1.48.0
+pkgver=1.50.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=('9bab217df749bc5e40446baef4b1ce9814d27dc55e99d807b581c20f82c87ea9')
+sha256sums=('2d5577974288845d5710df12601fa5be27a266a84d1ff29372a73dae7b14e551')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"