summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 11:26:38 +0000
committerBioArchLinuxBot2023-10-27 11:26:38 +0000
commit013373c3c8684eb6b9666e40adfd54db5c94efc5 (patch)
tree30e9b3b0a6b45eb7a807e8b459d709960b3d5a07
parentdc6ad3bb6ad57238d1f905b9a075afed35bb88f4 (diff)
downloadaur-013373c3c8684eb6b9666e40adfd54db5c94efc5.tar.gz
[lilac] updated to 1.22.0-1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
2 files changed, 16 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 524f135923ed..8886891775d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-orfik
pkgdesc = Open Reading Frames in Genomics
- pkgver = 1.20.2
+ pkgver = 1.22.0
pkgrel = 1
url = https://bioconductor.org/packages/ORFik
arch = x86_64
@@ -14,8 +14,10 @@ pkgbase = r-orfik
depends = r-biostrings
depends = r-bsgenome
depends = r-cowplot
+ depends = r-curl
depends = r-data.table
depends = r-deseq2
+ depends = r-downloader
depends = r-fst
depends = r-genomeinfodb
depends = r-genomicalignments
@@ -28,17 +30,20 @@ pkgbase = r-orfik
depends = r-jsonlite
depends = r-r.utils
depends = r-rcpp
+ depends = r-rcurl
depends = r-rsamtools
depends = r-rtracklayer
depends = r-s4vectors
depends = r-summarizedexperiment
+ depends = r-withr
+ depends = r-xml
depends = r-xml2
optdepends = r-biocstyle
optdepends = r-bsgenome.hsapiens.ucsc.hg19
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/ORFik_1.20.2.tar.gz
- sha256sums = 891e3ff7950fc2c46bcab1aa4b2b4695ae20b27705f41ef1aea609f54188afe1
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/ORFik_1.22.0.tar.gz
+ sha256sums = 88d782956bbca1a662cd39059126225a4ca78114ca6e7b8d932f3315b6925e11
pkgname = r-orfik
diff --git a/PKGBUILD b/PKGBUILD
index 3b71161ab3a7..df1644be90a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ORFik
-_pkgver=1.20.2
+_pkgver=1.22.0
pkgname=r-${_pkgname,,}
-pkgver=1.20.2
+pkgver=1.22.0
pkgrel=1
pkgdesc='Open Reading Frames in Genomics'
arch=('x86_64')
@@ -19,8 +19,10 @@ depends=(
r-biostrings
r-bsgenome
r-cowplot
+ r-curl
r-data.table
r-deseq2
+ r-downloader
r-fst
r-genomeinfodb
r-genomicalignments
@@ -33,10 +35,13 @@ depends=(
r-jsonlite
r-r.utils
r-rcpp
+ r-rcurl
r-rsamtools
r-rtracklayer
r-s4vectors
r-summarizedexperiment
+ r-withr
+ r-xml
r-xml2
)
optdepends=(
@@ -47,7 +52,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('891e3ff7950fc2c46bcab1aa4b2b4695ae20b27705f41ef1aea609f54188afe1')
+sha256sums=('88d782956bbca1a662cd39059126225a4ca78114ca6e7b8d932f3315b6925e11')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"