summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 10:51:56 +0000
committerBioArchLinuxBot2023-10-27 10:51:56 +0000
commit7037bd1f104b756bf1b0e8302155bad8c89ef762 (patch)
treefb2fac92e6944c5e257afcbe25f9f1c48ca9a9d3
parent2d9adcd8576c20261e85e3f69052e3f3c9fbc1a4 (diff)
downloadaur-7037bd1f104b756bf1b0e8302155bad8c89ef762.tar.gz
[lilac] updated to 1.22.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c2d3e64dfe8..fdd3bd496b1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-bioconcotk
pkgdesc = Bioconductor components for general cancer genomics
- pkgver = 1.20.0
- pkgrel = 3
+ pkgver = 1.22.0
+ pkgrel = 1
url = https://bioconductor.org/packages/BiocOncoTK
arch = any
license = Artistic2.0
@@ -50,7 +50,7 @@ pkgbase = r-bioconcotk
optdepends = r-testthat
optdepends = r-txdb.hsapiens.ucsc.hg18.knowngene
optdepends = r-txdb.hsapiens.ucsc.hg19.knowngene
- source = https://bioconductor.org/packages/release/bioc/src/contrib/BiocOncoTK_1.20.0.tar.gz
- sha256sums = ce739a7028eb752c0930246d854605ba10ff45019f327f2b26c86e40892a2384
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/BiocOncoTK_1.22.0.tar.gz
+ sha256sums = 0294aaebbe6b61397e9438c1b5714d9a0685681dc8d4a30b567ea9b4a37bd5f7
pkgname = r-bioconcotk
diff --git a/PKGBUILD b/PKGBUILD
index 9a9638aab23c..5fce6ecf205c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BiocOncoTK
-_pkgver=1.20.0
+_pkgver=1.22.0
pkgname=r-${_pkgname,,}
-pkgver=1.20.0
-pkgrel=3
+pkgver=1.22.0
+pkgrel=1
pkgdesc='Bioconductor components for general cancer genomics'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -59,7 +59,7 @@ optdepends=(
r-txdb.hsapiens.ucsc.hg19.knowngene
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ce739a7028eb752c0930246d854605ba10ff45019f327f2b26c86e40892a2384')
+sha256sums=('0294aaebbe6b61397e9438c1b5714d9a0685681dc8d4a30b567ea9b4a37bd5f7')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"