summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 02:15:35 +0000
committerBioArchLinuxBot2024-05-03 02:15:35 +0000
commitefa588735cfaafe4a0770c952d6681959b3c7cc0 (patch)
tree22b3b8f1c1ab9920147494b50b4d0da60d5d8e84
parentae3129f1c09134f9a4da37a8dd5b2730b68f584e (diff)
downloadaur-r-chipxpress.tar.gz
[lilac] updated to 1.48.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98b38607359a..1635f85d7395 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-chipxpress
pkgdesc = ChIPXpress: enhanced transcription factor target gene identification from ChIP-seq and ChIP-chip data using publicly available gene expression profiles
- pkgver = 1.46.0
+ pkgver = 1.48.0
pkgrel = 1
url = https://bioconductor.org/packages/ChIPXpress
arch = any
@@ -18,7 +18,7 @@ pkgbase = r-chipxpress
optdepends = r-mouse4302cdf
optdepends = r-mouse4302frmavecs
optdepends = r-runit
- source = https://bioconductor.org/packages/release/bioc/src/contrib/ChIPXpress_1.46.0.tar.gz
- sha256sums = 4560c4c1e2dfabd4264bba5a2b083feeefc32a9a7e1152efc9ec12f2b7615210
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/ChIPXpress_1.48.0.tar.gz
+ sha256sums = ff78cd3d5b649336d66999e5ff18c9799a803e50a837ce12bfe94694b4a99326
pkgname = r-chipxpress
diff --git a/PKGBUILD b/PKGBUILD
index 8444e779c848..8f765d53d795 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ChIPXpress
-_pkgver=1.46.0
+_pkgver=1.48.0
pkgname=r-${_pkgname,,}
-pkgver=1.46.0
+pkgver=1.48.0
pkgrel=1
pkgdesc='ChIPXpress: enhanced transcription factor target gene identification from ChIP-seq and ChIP-chip data using publicly available gene expression profiles'
arch=('any')
@@ -27,7 +27,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('4560c4c1e2dfabd4264bba5a2b083feeefc32a9a7e1152efc9ec12f2b7615210')
+sha256sums=('ff78cd3d5b649336d66999e5ff18c9799a803e50a837ce12bfe94694b4a99326')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"