diff options
author | BioArchLinuxBot | 2024-10-31 16:11:12 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-10-31 16:11:12 +0000 |
commit | e4212937954c08ad408494bee0fc23dd929b69f0 (patch) | |
tree | 3ae967e0c50cc95018d8daa840eb22d2ea271396 | |
parent | 9e2f35857a335a2fa10c47e4438c86484ab65f83 (diff) | |
download | aur-e4212937954c08ad408494bee0fc23dd929b69f0.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-bumpymatrix pkgdesc = Bumpy Matrix of Non-Scalar Objects - pkgver = 1.12.0 + pkgver = 1.14.0 pkgrel = 1 url = https://bioconductor.org/packages/BumpyMatrix arch = any @@ -12,7 +12,7 @@ pkgbase = r-bumpymatrix optdepends = r-knitr optdepends = r-rmarkdown optdepends = r-testthat - source = https://bioconductor.org/packages/release/bioc/src/contrib/BumpyMatrix_1.12.0.tar.gz - sha256sums = ab4e8e8ba573a112a332e2ecc8aaa8f099007d51c0e2a5ef30839a4e50501db9 + source = https://bioconductor.org/packages/release/bioc/src/contrib/BumpyMatrix_1.14.0.tar.gz + sha256sums = 91b46da7bb2a14c3f13fd270063da6124c31a8b413e817ba0525d2329619cfb9 pkgname = r-bumpymatrix @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=BumpyMatrix -_pkgver=1.12.0 +_pkgver=1.14.0 pkgname=r-${_pkgname,,} -pkgver=1.12.0 +pkgver=1.14.0 pkgrel=1 pkgdesc='Bumpy Matrix of Non-Scalar Objects' arch=('any') @@ -21,7 +21,7 @@ optdepends=( r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('ab4e8e8ba573a112a332e2ecc8aaa8f099007d51c0e2a5ef30839a4e50501db9') +sha256sums=('91b46da7bb2a14c3f13fd270063da6124c31a8b413e817ba0525d2329619cfb9') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |