summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 02:14:57 +0000
committerBioArchLinuxBot2023-10-27 02:14:57 +0000
commit5e5de9b3ee643e5bc7c06d31d8b87aaf0ad983d6 (patch)
treecf98075c252724e17e2749bad38b3c34380991be /PKGBUILD
parentfc055b04e9a76bd06243614754f9fd677572f5f6 (diff)
downloadaur-5e5de9b3ee643e5bc7c06d31d8b87aaf0ad983d6.tar.gz
[lilac] updated to 1.28.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe9c2c4e1941..5912e13ba9d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ccdata
-_pkgver=1.27.0
+_pkgver=1.28.0
pkgname=r-${_pkgname,,}
-pkgver=1.27.0
+pkgver=1.28.0
pkgrel=1
pkgdesc='Data for Combination Connectivity Mapping (ccmap) Package'
arch=('any')
@@ -13,7 +13,7 @@ depends=(
r
)
source=("https://bioconductor.org/packages/release/data/experiment/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('03fdf8580aefe7b25616f23be0c6f401e09b928145db66655dfb83e4aa2a269d')
+sha256sums=('128da39bb276ad0e2da648263afe7ca398a7a6dbf42336557d0e0f0b16e653ef')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"