summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 18:56:53 +0000
committerBioArchLinuxBot2023-04-27 18:56:53 +0000
commiteacf5f7220a7ce8b3ac2b94f35c82c233a6c88ee (patch)
treea5b263c98d4b48c5cc1241271d45383d67220130
parent1d75cc769c7844b29bfeb3513097a0d246d2929d (diff)
downloadaur-eacf5f7220a7ce8b3ac2b94f35c82c233a6c88ee.tar.gz
[lilac] updated to 1.20.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bce58c52886e..09968dcbdf80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-tfea.chip
pkgdesc = Analyze Transcription Factor Enrichment
- pkgver = 1.18.0
- pkgrel = 3
+ pkgver = 1.20.0
+ pkgrel = 1
url = https://bioconductor.org/packages/TFEA.ChIP
arch = any
license = Artistic2.0
@@ -25,7 +25,7 @@ pkgbase = r-tfea.chip
optdepends = r-scales
optdepends = r-tidyr
optdepends = r-txdb.hsapiens.ucsc.hg19.knowngene
- source = https://bioconductor.org/packages/release/bioc/src/contrib/TFEA.ChIP_1.18.0.tar.gz
- sha256sums = bb569f01b7cca11fd5a64c69beb32f8f6169d87f2910f7ac1f6afafe53c98c7a
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/TFEA.ChIP_1.20.0.tar.gz
+ sha256sums = 9991db1bc94d26ed7d4a2b142d87260bc704bdfb579f1745aff891f626235f06
pkgname = r-tfea.chip
diff --git a/PKGBUILD b/PKGBUILD
index 8fad13ea63b0..73202e935653 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TFEA.ChIP
-_pkgver=1.18.0
+_pkgver=1.20.0
pkgname=r-${_pkgname,,}
-pkgver=1.18.0
-pkgrel=3
+pkgver=1.20.0
+pkgrel=1
pkgdesc='Analyze Transcription Factor Enrichment'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -34,7 +34,7 @@ optdepends=(
r-txdb.hsapiens.ucsc.hg19.knowngene
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('bb569f01b7cca11fd5a64c69beb32f8f6169d87f2910f7ac1f6afafe53c98c7a')
+sha256sums=('9991db1bc94d26ed7d4a2b142d87260bc704bdfb579f1745aff891f626235f06')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"