summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 22:32:56 +0000
committerBioArchLinuxBot2024-05-01 22:32:56 +0000
commitf31a4cabdb41e7bbb73ee0b85a76703ef1ff5137 (patch)
treea886bc30480ddd5c4b064ff38b8e9af96914a533 /PKGBUILD
parent16533888893b5f0ee08e175b05ee1b17a8a498d4 (diff)
downloadaur-r-scaledmatrix.tar.gz
[lilac] updated to 1.12.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8bdba63973a1..1a532c5513c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ScaledMatrix
-_pkgver=1.10.0
+_pkgver=1.12.0
pkgname=r-${_pkgname,,}
-pkgver=1.10.0
+pkgver=1.12.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=('8a40a14537c47caaf9aa1dc4b7b8c2354fca77ba895e548821b132a481622faa')
+sha256sums=('f15ea729ef6162a68c437d887d40981aa7f0d613ac777a727e3e0c7d6db9da30')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"