summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 18:36:01 +0000
committerBioArchLinuxBot2022-11-02 18:36:01 +0000
commit35c229f22fa94f544eaf0b4249b31f068cdbd0a3 (patch)
treed6e13fb86fc30b55b2ef64ea23caa37b221de81e
parent400afc5b163e3e8137927fb4c065dce0a2d6852e (diff)
downloadaur-35c229f22fa94f544eaf0b4249b31f068cdbd0a3.tar.gz
[lilac] updated to 1.36.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 263450d06c78..6b51ee620b37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = r-cssp
pkgdesc = ChIP-Seq Statistical Power
- pkgver = 1.34.0
+ pkgver = 1.36.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.34.0.tar.gz
- sha256sums = 40aeaeb8450d729bea953ad25cd590c2c176d18f601becae662265d85b124b2b
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/CSSP_1.36.0.tar.gz
+ sha256sums = a20c0744eed1389b4f0e16e5186fb18a2e1415e3317ef406ca058ea39679d7c2
pkgname = r-cssp
diff --git a/PKGBUILD b/PKGBUILD
index c6f7c5cf7f78..f779e9519a05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=CSSP
-_pkgver=1.34.0
+_pkgver=1.36.0
pkgname=r-${_pkgname,,}
-pkgver=1.34.0
+pkgver=1.36.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=('40aeaeb8450d729bea953ad25cd590c2c176d18f601becae662265d85b124b2b')
+sha256sums=('a20c0744eed1389b4f0e16e5186fb18a2e1415e3317ef406ca058ea39679d7c2')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"