summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 21:07:25 +0000
committerBioArchLinuxBot2024-05-02 21:07:25 +0000
commit3041efb9c61219d88bdd60fe592cd1309afabe6f (patch)
treea1e8924e77106dbf6cfe984d0194c5627294135c
parent9b711613ffd3c0043896dadc131c740866eb12a6 (diff)
downloadaur-3041efb9c61219d88bdd60fe592cd1309afabe6f.tar.gz
[lilac] updated to 1.30.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a70b4976ed32..a160a627d189 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-kegglincs
pkgdesc = Visualize all edges within a KEGG pathway and overlay LINCS data
- pkgver = 1.28.0
+ pkgver = 1.30.0
pkgrel = 1
url = https://bioconductor.org/packages/KEGGlincs
arch = any
@@ -21,7 +21,7 @@ pkgbase = r-kegglincs
optdepends = r-biocmanager
optdepends = r-graph
optdepends = r-knitr
- source = https://bioconductor.org/packages/release/bioc/src/contrib/KEGGlincs_1.28.0.tar.gz
- sha256sums = b16070bf4c90a79e949db4b1b8f664f5eb28932f2e581d4d461c868704ae2f1b
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/KEGGlincs_1.30.0.tar.gz
+ sha256sums = ef4a8dee7d77b9a1728d976edf9348c5d9c99dff4d6226d80e2965d29520aa4b
pkgname = r-kegglincs
diff --git a/PKGBUILD b/PKGBUILD
index a1440e35494c..167244e1db1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=KEGGlincs
-_pkgver=1.28.0
+_pkgver=1.30.0
pkgname=r-${_pkgname,,}
-pkgver=1.28.0
+pkgver=1.30.0
pkgrel=1
pkgdesc='Visualize all edges within a KEGG pathway and overlay LINCS data'
arch=('any')
@@ -31,7 +31,7 @@ optdepends=(
r-knitr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('b16070bf4c90a79e949db4b1b8f664f5eb28932f2e581d4d461c868704ae2f1b')
+sha256sums=('ef4a8dee7d77b9a1728d976edf9348c5d9c99dff4d6226d80e2965d29520aa4b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"