summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 04:14:00 +0000
committerBioArchLinuxBot2023-10-26 04:14:00 +0000
commit3be635c05873c42783389424ae2381f2cc1baf99 (patch)
tree07b87aa37ffedccd27cf3ccf4447fb132f21b6c0
parenta82f78ed51def903be20570815529bbb502760b4 (diff)
downloadaur-3be635c05873c42783389424ae2381f2cc1baf99.tar.gz
[lilac] updated to 1.28.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ace48176fe5b..06535e0d294e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-ccmap
pkgdesc = Combination Connectivity Mapping
- pkgver = 1.26.0
+ pkgver = 1.28.0
pkgrel = 1
url = https://bioconductor.org/packages/ccmap
arch = any
@@ -19,7 +19,7 @@ pkgbase = r-ccmap
optdepends = r-lydata
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/ccmap_1.26.0.tar.gz
- sha256sums = c71128b8b44abd16b3b98b888ef2af09e0f33573cd7baaaf1244710df566ca5a
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/ccmap_1.28.0.tar.gz
+ sha256sums = 91b2b953fad2afb411740e526db95be6b2d3b1d373eac1f51102725c532bab3a
pkgname = r-ccmap
diff --git a/PKGBUILD b/PKGBUILD
index 3bd156b8157d..3a552790d7d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ccmap
-_pkgver=1.26.0
+_pkgver=1.28.0
pkgname=r-${_pkgname,,}
-pkgver=1.26.0
+pkgver=1.28.0
pkgrel=1
pkgdesc='Combination Connectivity Mapping'
arch=('any')
@@ -28,7 +28,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('c71128b8b44abd16b3b98b888ef2af09e0f33573cd7baaaf1244710df566ca5a')
+sha256sums=('91b2b953fad2afb411740e526db95be6b2d3b1d373eac1f51102725c532bab3a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"