summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 14:31:48 +0000
committerBioArchLinuxBot2024-05-03 14:31:48 +0000
commit1e187c1407c48ed013e1e22f459462b65086660c (patch)
treedb0b98fd73165a9fc3f4e8e26d5eb3978a9c99a1
parent02757303a106bfe57fba99f280c6c713c6c174ca (diff)
downloadaur-r-attract.tar.gz
[lilac] updated to 1.56.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfd7033fa188..599d61a547de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-attract
pkgdesc = Methods to Find the Gene Expression Modules that Represent the Drivers of Kauffman's Attractor Landscape
- pkgver = 1.54.0
+ pkgver = 1.56.0
pkgrel = 1
url = https://bioconductor.org/packages/attract
arch = any
@@ -14,7 +14,7 @@ pkgbase = r-attract
depends = r-org.hs.eg.db
depends = r-reactome.db
optdepends = r-illuminahumanv1.db
- source = https://bioconductor.org/packages/release/bioc/src/contrib/attract_1.54.0.tar.gz
- sha256sums = c394e2ac74869e1a3686aa71c6531db282dff549240963dff1b467c6967b6852
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/attract_1.56.0.tar.gz
+ sha256sums = 5ea27eb19732d1491d9edc4c48fac6060e4e1a054d6f74aaf006783335198622
pkgname = r-attract
diff --git a/PKGBUILD b/PKGBUILD
index ac7b86a10704..be8ea52cd5c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=attract
-_pkgver=1.54.0
+_pkgver=1.56.0
pkgname=r-${_pkgname,,}
-pkgver=1.54.0
+pkgver=1.56.0
pkgrel=1
pkgdesc="Methods to Find the Gene Expression Modules that Represent the Drivers of Kauffman's Attractor Landscape"
arch=('any')
@@ -23,7 +23,7 @@ optdepends=(
r-illuminahumanv1.db
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('c394e2ac74869e1a3686aa71c6531db282dff549240963dff1b467c6967b6852')
+sha256sums=('5ea27eb19732d1491d9edc4c48fac6060e4e1a054d6f74aaf006783335198622')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"