summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-08-21 00:02:02 +0000
committerBioArchLinuxBot2023-08-21 00:02:02 +0000
commitb093164c7bfb5a421e0f8aed38733360ee04ab1c (patch)
tree33db628f1cd32185f7dc80736b5a8b2a0fead46f /PKGBUILD
parenta008d7cab6ebef8c9b9c69673bf39466018cef13 (diff)
downloadaur-b093164c7bfb5a421e0f8aed38733360ee04ab1c.tar.gz
[lilac] updated to 0.1.14-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a906205b572b..2bd020c8ce2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MatrixExtra
-_pkgver=0.1.13
+_pkgver=0.1.14
pkgname=r-${_pkgname,,}
-pkgver=0.1.13
+pkgver=0.1.14
pkgrel=1
pkgdesc='Extra Methods for Sparse Matrices'
arch=('x86_64')
@@ -22,7 +22,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('6a8c6b4d74a36222148590252663e76d2d991789f0a116a2b73a9f99ee471ee9')
+sha256sums=('01e4de13ca263446f28c5b8ce2e17693783e395329eae46d310a2f7d0c718625')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"