summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-02-10 18:03:06 +0000
committerBioArchLinuxBot2023-02-10 18:03:06 +0000
commit51b52013cf0973b7552747a8aa957fcc9fe88ba2 (patch)
tree40783e65092df63f2e5c9c22a29b57d4d8f60354 /PKGBUILD
parent5891534e5367d3284e50846fe6a927384ee219a1 (diff)
downloadaur-51b52013cf0973b7552747a8aa957fcc9fe88ba2.tar.gz
[lilac] updated to 1.14.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc38241697de..c9a654fa4dfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=vcfR
-_pkgver=1.13.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.13.0
+pkgver=1.14.0
pkgrel=1
pkgdesc='Manipulate and Visualize VCF Data'
arch=('x86_64')
@@ -34,7 +34,7 @@ optdepends=(
r-tidyr
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('743ce845732ada638f0f8a2cd789cd06aa25d818fec87c8bdb998f7c77089ebc')
+sha256sums=('8576dbd2e5a707dabc20acbbea3fe18b6a783910e622423ac203609a386204cb')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"