diff options
author | BioArchLinuxBot | 2024-05-03 08:43:25 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-05-03 08:43:25 +0000 |
commit | ac5f758178c2b8e23a2794296c5241b8781c6101 (patch) | |
tree | 7e01f4a6cdbc12939c76da016930e651a7f68d22 | |
parent | 446f5c1efe14e694f3780f5335b3adec3ee04348 (diff) | |
download | aur-ac5f758178c2b8e23a2794296c5241b8781c6101.tar.gz |
[lilac] updated to 1.12.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -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 @@ -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}" |