summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-13 05:25:16 +0000
committerBioArchLinuxBot2022-11-13 05:25:16 +0000
commitac57aefc5f7efd41d682d7c15cf0ec2ea34b92ca (patch)
treec177bc267e0d0003b5c1561f157e4a26dbdcd501
parent1518fa80858b2c5566d871cc1158791a5115a2ef (diff)
downloadaur-ac57aefc5f7efd41d682d7c15cf0ec2ea34b92ca.tar.gz
[lilac] updated to 1.4.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab095baee9d5..8234ad883850 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-spatzie
pkgdesc = Identification of enriched motif pairs from chromatin interaction data
- pkgver = 1.2.0
+ pkgver = 1.4.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.2.0.tar.gz
- sha256sums = 55bc6e4698528349b0ff7a3d36729ad823d01f311b2fd45a0d256b49490dfe7d
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/spatzie_1.4.0.tar.gz
+ sha256sums = 028e8c59e0dbd88e67b49eadb6c206a8a20ca3ec52587696cc26c3f2aa451a10
pkgname = r-spatzie
diff --git a/PKGBUILD b/PKGBUILD
index 9a7765f13a0c..72d9a8665a0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=spatzie
-_pkgver=1.2.0
+_pkgver=1.4.0
pkgname=r-${_pkgname,,}
-pkgver=1.2.0
+pkgver=1.4.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=('55bc6e4698528349b0ff7a3d36729ad823d01f311b2fd45a0d256b49490dfe7d')
+sha256sums=('028e8c59e0dbd88e67b49eadb6c206a8a20ca3ec52587696cc26c3f2aa451a10')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"