summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 06:46:12 +0000
committerBioArchLinuxBot2023-10-26 06:46:12 +0000
commit02757303a106bfe57fba99f280c6c713c6c174ca (patch)
tree97b074ca7a3790de5e2093b9b0da395192f0e5ce
parente909fa9a4b6b9477b20947dd21ce5f8bf220bd58 (diff)
downloadaur-02757303a106bfe57fba99f280c6c713c6c174ca.tar.gz
[lilac] updated to 1.54.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98348785e1a1..cfd7033fa188 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.52.0
+ pkgver = 1.54.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.52.0.tar.gz
- sha256sums = e36bc3233f8241ad46a5370684c6f9a4215ee681ce6c7404fa02b952fbb566d1
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/attract_1.54.0.tar.gz
+ sha256sums = c394e2ac74869e1a3686aa71c6531db282dff549240963dff1b467c6967b6852
pkgname = r-attract
diff --git a/PKGBUILD b/PKGBUILD
index dbe6ba32b0a6..ac7b86a10704 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=attract
-_pkgver=1.52.0
+_pkgver=1.54.0
pkgname=r-${_pkgname,,}
-pkgver=1.52.0
+pkgver=1.54.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=('e36bc3233f8241ad46a5370684c6f9a4215ee681ce6c7404fa02b952fbb566d1')
+sha256sums=('c394e2ac74869e1a3686aa71c6531db282dff549240963dff1b467c6967b6852')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"