summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-05-08 18:28:10 +0000
committerBioArchLinuxBot2023-05-08 18:28:10 +0000
commit59d0ea983c21a3dead5ff4d1b5c271f7875cb27a (patch)
treec78491c5dcfb11d6988fe21f98e6caa24722ad71
parent29907a11e025d80e76eae0977b4758645731bbeb (diff)
downloadaur-59d0ea983c21a3dead5ff4d1b5c271f7875cb27a.tar.gz
[lilac] updated to 1.6.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f0d24801076..06abb714aca0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-enhancerhomologsearch
pkgdesc = Identification of putative mammalian orthologs to given enhancer
- pkgver = 1.6.0
+ pkgver = 1.6.1
pkgrel = 1
url = https://bioconductor.org/packages/enhancerHomologSearch
arch = x86_64
@@ -32,7 +32,7 @@ pkgbase = r-enhancerhomologsearch
optdepends = r-tfbstools
optdepends = r-txdb.hsapiens.ucsc.hg38.knowngene
optdepends = r-txdb.mmusculus.ucsc.mm10.knowngene
- source = https://bioconductor.org/packages/release/bioc/src/contrib/enhancerHomologSearch_1.6.0.tar.gz
- sha256sums = 3a2327457c73849a5327b092e6c07fd8ac04c870faa0e54a666a4dba481ee4af
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/enhancerHomologSearch_1.6.1.tar.gz
+ sha256sums = 3aaa919772b6874436c3b37ac198682e664e5179fc22ddb35e044f5251332b20
pkgname = r-enhancerhomologsearch
diff --git a/PKGBUILD b/PKGBUILD
index 4b97c7ece6fe..7bf4dd753884 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=enhancerHomologSearch
-_pkgver=1.6.0
+_pkgver=1.6.1
pkgname=r-${_pkgname,,}
-pkgver=1.6.0
+pkgver=1.6.1
pkgrel=1
pkgdesc='Identification of putative mammalian orthologs to given enhancer'
arch=('x86_64')
@@ -41,7 +41,7 @@ optdepends=(
r-txdb.mmusculus.ucsc.mm10.knowngene
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('3a2327457c73849a5327b092e6c07fd8ac04c870faa0e54a666a4dba481ee4af')
+sha256sums=('3aaa919772b6874436c3b37ac198682e664e5179fc22ddb35e044f5251332b20')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"