summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 19:06:06 +0000
committerBioArchLinuxBot2023-04-27 19:06:06 +0000
commit58b40f1303bb7993f7c433d62a09fae22cac9bd3 (patch)
treeb52c3ebcbfece4f265ac93bada935cc773c8b832
parentc6268bdef538ac17878729b1e75d0e6046a8f488 (diff)
downloadaur-58b40f1303bb7993f7c433d62a09fae22cac9bd3.tar.gz
[lilac] updated to 1.6.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88d94cc19796..eaba1dcb7daa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-findit2
pkgdesc = find influential TF and Target based on multi-omics data
- pkgver = 1.4.0
+ pkgver = 1.6.0
pkgrel = 1
url = https://bioconductor.org/packages/FindIT2
arch = any
@@ -35,7 +35,7 @@ pkgbase = r-findit2
optdepends = r-sessioninfo
optdepends = r-testthat
optdepends = r-txdb.athaliana.biomart.plantsmart28
- source = https://bioconductor.org/packages/release/bioc/src/contrib/FindIT2_1.4.0.tar.gz
- sha256sums = ea8af37f4ca87d83e666efc6ea943cb9536281188a39a9822093fd0237452d32
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/FindIT2_1.6.0.tar.gz
+ sha256sums = d14d2df74de69a3ad7a45048ba5ac4314ef4ed7cd30962898d3bc2820bb56e40
pkgname = r-findit2
diff --git a/PKGBUILD b/PKGBUILD
index abe1686b8013..7ef2662d37a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=FindIT2
-_pkgver=1.4.0
+_pkgver=1.6.0
pkgname=r-${_pkgname,,}
-pkgver=1.4.0
+pkgver=1.6.0
pkgrel=1
pkgdesc='find influential TF and Target based on multi-omics data'
arch=('any')
@@ -44,7 +44,7 @@ optdepends=(
r-txdb.athaliana.biomart.plantsmart28
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ea8af37f4ca87d83e666efc6ea943cb9536281188a39a9822093fd0237452d32')
+sha256sums=('d14d2df74de69a3ad7a45048ba5ac4314ef4ed7cd30962898d3bc2820bb56e40')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"