summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 01:06:41 +0000
committerBioArchLinuxBot2023-04-27 01:06:41 +0000
commit14e0f47f152ffcdc916c6122181b835192e385c1 (patch)
tree1d5b44638be72e3fea469f42c3bf1f732af8df9e
parent35c229f22fa94f544eaf0b4249b31f068cdbd0a3 (diff)
downloadaur-14e0f47f152ffcdc916c6122181b835192e385c1.tar.gz
[lilac] updated to 1.37.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b51ee620b37..6a1ed0e02af7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = r-cssp
pkgdesc = ChIP-Seq Statistical Power
- pkgver = 1.36.0
+ pkgver = 1.37.0
pkgrel = 1
url = https://bioconductor.org/packages/CSSP
arch = x86_64
license = GPL
depends = r
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/CSSP_1.36.0.tar.gz
- sha256sums = a20c0744eed1389b4f0e16e5186fb18a2e1415e3317ef406ca058ea39679d7c2
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/CSSP_1.37.0.tar.gz
+ sha256sums = f91d215ad63f6305445cb4e5ebfbe9b2ef99aa23ee8c1a86cc0d262bd0538822
pkgname = r-cssp
diff --git a/PKGBUILD b/PKGBUILD
index f779e9519a05..b89007d60c10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=CSSP
-_pkgver=1.36.0
+_pkgver=1.37.0
pkgname=r-${_pkgname,,}
-pkgver=1.36.0
+pkgver=1.37.0
pkgrel=1
pkgdesc='ChIP-Seq Statistical Power'
arch=('x86_64')
@@ -16,7 +16,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('a20c0744eed1389b4f0e16e5186fb18a2e1415e3317ef406ca058ea39679d7c2')
+sha256sums=('f91d215ad63f6305445cb4e5ebfbe9b2ef99aa23ee8c1a86cc0d262bd0538822')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"