summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-25 18:46:23 +0000
committerBioArchLinuxBot2023-10-25 18:46:23 +0000
commite222e19c643d2dbd9222e7a982c21a92221fd25b (patch)
treee69de295a4edfbfde2f56131b2c09a618826e5a4 /PKGBUILD
parentf7dc37502a88c9205ced8a179940f94fa3cb3f23 (diff)
downloadaur-e222e19c643d2dbd9222e7a982c21a92221fd25b.tar.gz
[lilac] updated to 1.27.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54c1aca2b497..6869d6b76016 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=chromstaRData
-_pkgver=1.26.0
+_pkgver=1.27.0
pkgname=r-${_pkgname,,}
-pkgver=1.26.0
+pkgver=1.27.0
pkgrel=1
pkgdesc='ChIP-seq data for Demonstration Purposes'
arch=('any')
@@ -13,7 +13,7 @@ depends=(
r
)
source=("https://bioconductor.org/packages/release/data/experiment/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('3c2b6d4ae3b5cc56caa5ad5b02685b762e74d98ff77e81777cd5cf5dbe5f57bf')
+sha256sums=('b3c716832e14e843cba9c9bc0d8c86d83de372a74ebf79c32b1faadf3f9d67fd')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"