summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 23:46:41 +0000
committerBioArchLinuxBot2024-05-02 23:46:41 +0000
commitaf6e0c2c5b13cfacd2cde761d9ab65423f5a0161 (patch)
tree129c97a00f5d898c6b91dd17761142f23a2bec71
parentf579c79ab991f29c54c4cb4d34f0a64a686c436d (diff)
downloadaur-r-baalchip.tar.gz
[lilac] updated to 1.30.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31918dfe98b3..182ec791c392 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-baalchip
pkgdesc = BaalChIP: Bayesian analysis of allele-specific transcription factor binding in cancer genomes
- pkgver = 1.28.0
+ pkgver = 1.30.0
pkgrel = 1
url = https://bioconductor.org/packages/BaalChIP
arch = any
@@ -23,7 +23,7 @@ pkgbase = r-baalchip
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-runit
- source = https://bioconductor.org/packages/release/bioc/src/contrib/BaalChIP_1.28.0.tar.gz
- sha256sums = 3b3321a86b09a6b51ee084300b48daef0bcfb82787c4c38f6f98702ac2ad0834
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/BaalChIP_1.30.0.tar.gz
+ sha256sums = e2af4b4874c5d66b0c5328265e43bb09d2da8f05cda4547e96597cb7de67a6f6
pkgname = r-baalchip
diff --git a/PKGBUILD b/PKGBUILD
index 4ec7cc8c2c53..a46dfff06c35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BaalChIP
-_pkgver=1.28.0
+_pkgver=1.30.0
pkgname=r-${_pkgname,,}
-pkgver=1.28.0
+pkgver=1.30.0
pkgrel=1
pkgdesc='BaalChIP: Bayesian analysis of allele-specific transcription factor binding in cancer genomes'
arch=('any')
@@ -32,7 +32,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('3b3321a86b09a6b51ee084300b48daef0bcfb82787c4c38f6f98702ac2ad0834')
+sha256sums=('e2af4b4874c5d66b0c5328265e43bb09d2da8f05cda4547e96597cb7de67a6f6')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"