diff options
author | BioArchLinuxBot | 2024-11-07 18:16:53 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-11-07 18:16:53 +0000 |
commit | 644a1eb642dcf0baef8c51f64001aaa41a941728 (patch) | |
tree | 3c330265dfd3113e60601f10b6ab53f388e15020 | |
parent | f31a4cabdb41e7bbb73ee0b85a76703ef1ff5137 (diff) | |
download | aur-644a1eb642dcf0baef8c51f64001aaa41a941728.tar.gz |
[lilac] updated to 1.14.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-scaledmatrix pkgdesc = Creating a DelayedMatrix of Scaled and Centered Values - pkgver = 1.12.0 + pkgver = 1.14.0 pkgrel = 1 url = https://bioconductor.org/packages/ScaledMatrix arch = any @@ -14,7 +14,7 @@ pkgbase = r-scaledmatrix optdepends = r-knitr optdepends = r-rmarkdown optdepends = r-testthat - source = https://bioconductor.org/packages/release/bioc/src/contrib/ScaledMatrix_1.12.0.tar.gz - sha256sums = f15ea729ef6162a68c437d887d40981aa7f0d613ac777a727e3e0c7d6db9da30 + source = https://bioconductor.org/packages/release/bioc/src/contrib/ScaledMatrix_1.14.0.tar.gz + sha256sums = 924b0e3b1101b67fe4736cb285f4284eefd032f70fafeba2171377b6fae57de2 pkgname = r-scaledmatrix @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=ScaledMatrix -_pkgver=1.12.0 +_pkgver=1.14.0 pkgname=r-${_pkgname,,} -pkgver=1.12.0 +pkgver=1.14.0 pkgrel=1 pkgdesc='Creating a DelayedMatrix of Scaled and Centered Values' arch=('any') @@ -23,7 +23,7 @@ optdepends=( r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('f15ea729ef6162a68c437d887d40981aa7f0d613ac777a727e3e0c7d6db9da30') +sha256sums=('924b0e3b1101b67fe4736cb285f4284eefd032f70fafeba2171377b6fae57de2') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |