summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-12-08 06:03:28 +0000
committerBioArchLinuxBot2023-12-08 06:03:28 +0000
commit89c90059ab30f27a4399ede4ae04b412c5d12dfb (patch)
treeedc5fb65033615f1224ea8cc3817285313652879 /PKGBUILD
parent51b52013cf0973b7552747a8aa957fcc9fe88ba2 (diff)
downloadaur-r-vcfr.tar.gz
[lilac] updated to 1.15.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9a654fa4dfb..b2259e80f6d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=vcfR
-_pkgver=1.14.0
+_pkgver=1.15.0
pkgname=r-${_pkgname,,}
-pkgver=1.14.0
+pkgver=1.15.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=('8576dbd2e5a707dabc20acbbea3fe18b6a783910e622423ac203609a386204cb')
+sha256sums=('df17e48b961d96f2a78a1a15037df674f57d0445f2669e401543d8082f0b49fa')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"