summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-28 00:54:17 +0000
committerBioArchLinuxBot2023-04-28 00:54:17 +0000
commit0ffcf50277b8932bf491ff5f4f62368dfa4dd8b0 (patch)
tree807fd1b3bf3982b71db340c4dbb29907473f5e47
parentac57aefc5f7efd41d682d7c15cf0ec2ea34b92ca (diff)
downloadaur-0ffcf50277b8932bf491ff5f4f62368dfa4dd8b0.tar.gz
[lilac] updated to 1.6.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8234ad883850..ceb52c195f8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-spatzie
pkgdesc = Identification of enriched motif pairs from chromatin interaction data
- pkgver = 1.4.0
+ pkgver = 1.6.0
pkgrel = 1
url = https://bioconductor.org/packages/spatzie
arch = any
@@ -29,7 +29,7 @@ pkgbase = r-spatzie
optdepends = r-txdb.hsapiens.ucsc.hg38.knowngene
optdepends = r-txdb.mmusculus.ucsc.mm10.knowngene
optdepends = r-txdb.mmusculus.ucsc.mm9.knowngene
- source = https://bioconductor.org/packages/release/bioc/src/contrib/spatzie_1.4.0.tar.gz
- sha256sums = 028e8c59e0dbd88e67b49eadb6c206a8a20ca3ec52587696cc26c3f2aa451a10
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/spatzie_1.6.0.tar.gz
+ sha256sums = a1235a2e992ed0bbc4e7ad28a8128b313ed81602f21089a18ccc92eada058630
pkgname = r-spatzie
diff --git a/PKGBUILD b/PKGBUILD
index 72d9a8665a0b..f5ff6b9e14ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=spatzie
-_pkgver=1.4.0
+_pkgver=1.6.0
pkgname=r-${_pkgname,,}
-pkgver=1.4.0
+pkgver=1.6.0
pkgrel=1
pkgdesc='Identification of enriched motif pairs from chromatin interaction data'
arch=('any')
@@ -38,7 +38,7 @@ optdepends=(
r-txdb.mmusculus.ucsc.mm9.knowngene
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('028e8c59e0dbd88e67b49eadb6c206a8a20ca3ec52587696cc26c3f2aa451a10')
+sha256sums=('a1235a2e992ed0bbc4e7ad28a8128b313ed81602f21089a18ccc92eada058630')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"