summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 17:31:38 +0000
committerBioArchLinuxBot2023-04-27 17:31:38 +0000
commite5522c93f2ac70d17165683a02a660945d7acd89 (patch)
tree4635f1dd3dbff6c05a79a95ca14100e7a63aeb84
parent32b17b977eb30958934b832737cd86b2148ff0c3 (diff)
downloadaur-e5522c93f2ac70d17165683a02a660945d7acd89.tar.gz
[lilac] updated to 1.44.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5436e1c87ba..79ce954ed440 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.42.0
+ pkgver = 1.44.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.42.0.tar.gz
- sha256sums = 708d4b5b17c304586aa86ac81415faf7fe55da22545e27d38fc37c80b72bcf1b
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/ChIPXpress_1.44.0.tar.gz
+ sha256sums = 6eca074fd93bfdbd16bc3e91a8b6af558336f6eb90f6fb698ab2ecf1b7ac1f23
pkgname = r-chipxpress
diff --git a/PKGBUILD b/PKGBUILD
index e764b88b64fc..0d6638d1cb74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ChIPXpress
-_pkgver=1.42.0
+_pkgver=1.44.0
pkgname=r-${_pkgname,,}
-pkgver=1.42.0
+pkgver=1.44.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=('708d4b5b17c304586aa86ac81415faf7fe55da22545e27d38fc37c80b72bcf1b')
+sha256sums=('6eca074fd93bfdbd16bc3e91a8b6af558336f6eb90f6fb698ab2ecf1b7ac1f23')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"