summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 05:46:02 +0000
committerBioArchLinuxBot2024-05-03 05:46:02 +0000
commit5f8b7b7d6a019c59b30221d9e5ec778eef4fbd49 (patch)
tree52254a9f2116e05f148e03fc26a9af4ec11ac4a9 /PKGBUILD
parent065c04f3d391b412c2bcfa2a094be7ce6f17bd07 (diff)
downloadaur-r-vcfarray.tar.gz
[lilac] updated to 1.20.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 99560efe5295..1904a7051108 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=VCFArray
-_pkgver=1.18.0
+_pkgver=1.20.0
pkgname=r-${_pkgname,,}
-pkgver=1.18.0
+pkgver=1.20.0
pkgrel=1
pkgdesc='Representing on-disk / remote VCF files as array-like objects'
arch=('any')
@@ -28,7 +28,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('10a87023dd74fe794e8445f4727d230738cdb0df757f9166be73479b32b44d2c')
+sha256sums=('60e2baf8c3c4225f8460050020050ab2e89971f79a23fa4be407e29b74fbe01f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"