summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 16:00:25 +0000
committerBioArchLinuxBot2022-11-03 16:00:25 +0000
commitc1620b46c83b98a46238042be6ec3a3b102b3561 (patch)
treefa34ea4d09bfdc6eeef736ac0a5aa4cf7ce12cab
parent283ec9f042e25493d859df751103d23e452ecb72 (diff)
downloadaur-c1620b46c83b98a46238042be6ec3a3b102b3561.tar.gz
[lilac] updated to 1.24.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a694828d3a99..b2c7e2fc6464 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.22.0
+ pkgver = 1.24.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.22.0.tar.gz
- sha256sums = d8bc23342aafb4023541fcf412ff88315d136b523046d97b72e579276c9a1c0b
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/BaalChIP_1.24.0.tar.gz
+ sha256sums = 16c48bf0b72ce70a55e6011e04095a288553f302859d1ce66c24ec59cd3e469b
pkgname = r-baalchip
diff --git a/PKGBUILD b/PKGBUILD
index 842bcee30fb6..19cb0f4e4816 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BaalChIP
-_pkgver=1.22.0
+_pkgver=1.24.0
pkgname=r-${_pkgname,,}
-pkgver=1.22.0
+pkgver=1.24.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=('d8bc23342aafb4023541fcf412ff88315d136b523046d97b72e579276c9a1c0b')
+sha256sums=('16c48bf0b72ce70a55e6011e04095a288553f302859d1ce66c24ec59cd3e469b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"