summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 01:56:54 +0000
committerBioArchLinuxBot2022-11-03 01:56:54 +0000
commite030ad14b45d3a0102f2227fa5cdd6cac81eaedf (patch)
treea8566d78466befa801a4f8c557c4b11768176e80 /PKGBUILD
parente574e42f51797117a360222486d05c7bf33fab32 (diff)
downloadaur-e030ad14b45d3a0102f2227fa5cdd6cac81eaedf.tar.gz
[lilac] updated to 1.6.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f5d8ccd06dc..3daba2549e74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=DelayedRandomArray
-_pkgver=1.4.0
+_pkgver=1.6.0
pkgname=r-${_pkgname,,}
-pkgver=1.4.0
+pkgver=1.6.0
pkgrel=1
pkgdesc='Delayed Arrays of Random Values'
arch=('x86_64')
@@ -26,7 +26,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('23e5f7c4ab3a60a4dabc3dfe93fc8a32d1c2f4b9c777ead06dae34b2b56be48d')
+sha256sums=('230a8412943aad2b2788489a105a8a98213bdf930ec40a346ec45ce6fe53e695')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"