summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 08:43:25 +0000
committerBioArchLinuxBot2024-05-03 08:43:25 +0000
commitac5f758178c2b8e23a2794296c5241b8781c6101 (patch)
tree7e01f4a6cdbc12939c76da016930e651a7f68d22
parent446f5c1efe14e694f3780f5335b3adec3ee04348 (diff)
downloadaur-ac5f758178c2b8e23a2794296c5241b8781c6101.tar.gz
[lilac] updated to 1.12.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcdd0a8655cf..26cb7f75c116 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-supersigs
pkgdesc = Supervised mutational signatures
- pkgver = 1.10.0
+ pkgver = 1.12.0
pkgrel = 1
url = https://bioconductor.org/packages/supersigs
arch = any
@@ -21,7 +21,7 @@ pkgbase = r-supersigs
optdepends = r-rmarkdown
optdepends = r-testthat
optdepends = r-variantannotation
- source = https://bioconductor.org/packages/release/bioc/src/contrib/supersigs_1.10.0.tar.gz
- sha256sums = a100e02bc138bb2322b6645f95907cd171dd059bc9c0063c4ac0116df811a9d3
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/supersigs_1.12.0.tar.gz
+ sha256sums = 63d2839817f2a5ef1597b7673f2b73d8d36ce61d809e8f65c977e57ee0693603
pkgname = r-supersigs
diff --git a/PKGBUILD b/PKGBUILD
index f9ba2bc4dc20..9bbbd2c046b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=supersigs
-_pkgver=1.10.0
+_pkgver=1.12.0
pkgname=r-${_pkgname,,}
-pkgver=1.10.0
+pkgver=1.12.0
pkgrel=1
pkgdesc='Supervised mutational signatures'
arch=('any')
@@ -30,7 +30,7 @@ optdepends=(
r-variantannotation
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('a100e02bc138bb2322b6645f95907cd171dd059bc9c0063c4ac0116df811a9d3')
+sha256sums=('63d2839817f2a5ef1597b7673f2b73d8d36ce61d809e8f65c977e57ee0693603')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"