summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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}"