summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-14 12:59:47 +0000
committerBioArchLinuxBot2022-10-14 12:59:47 +0000
commitc26551c1cd039e6d9a359891e141a8bcb16a14c9 (patch)
treea09bda66c4c57bf5eefd7d22f847d52edb47c6ad
parent4d601c58c084eedd23c2c7fdd8717a5bb66866dc (diff)
downloadaur-c26551c1cd039e6d9a359891e141a8bcb16a14c9.tar.gz
[lilac] updated to 1.5.12-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29a8a84302d0..9e20020d31d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-bigstatsr
pkgdesc = Statistical Tools for Filebacked Big Matrices
- pkgver = 1.5.6
- pkgrel = 4
+ pkgver = 1.5.12
+ pkgrel = 1
url = https://cran.r-project.org/package=bigstatsr
arch = x86_64
license = GPL
@@ -31,7 +31,7 @@ pkgbase = r-bigstatsr
optdepends = r-rhpcblasctl
optdepends = r-spelling
optdepends = r-testthat
- source = https://cran.r-project.org/src/contrib/bigstatsr_1.5.6.tar.gz
- sha256sums = ed4c57538d8afd0b88977f05191df23763f153da91f2da28e8992726b24b39d6
+ source = https://cran.r-project.org/src/contrib/bigstatsr_1.5.12.tar.gz
+ sha256sums = a8a77e0717d8c59e4762db7d0adda10284b8f3c100f9df445854fa90643241f2
pkgname = r-bigstatsr
diff --git a/PKGBUILD b/PKGBUILD
index e20105f2f5f1..f00d5ce3afe3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=bigstatsr
-_pkgver=1.5.6
+_pkgver=1.5.12
pkgname=r-${_pkgname,,}
-pkgver=1.5.6
-pkgrel=4
+pkgver=1.5.12
+pkgrel=1
pkgdesc='Statistical Tools for Filebacked Big Matrices'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -40,7 +40,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ed4c57538d8afd0b88977f05191df23763f153da91f2da28e8992726b24b39d6')
+sha256sums=('a8a77e0717d8c59e4762db7d0adda10284b8f3c100f9df445854fa90643241f2')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"