summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 11:08:48 +0000
committerBioArchLinuxBot2023-10-27 11:08:48 +0000
commit218941a53b1b7b8fb86c403a7a8f2acbb2952204 (patch)
tree8bbbe4b1a1b4c6efd46fe2ec5cd472a8cf770172
parent6eecc3bd265b9c073a392c1f8aa2d961ca151427 (diff)
downloadaur-218941a53b1b7b8fb86c403a7a8f2acbb2952204.tar.gz
[lilac] updated to 1.10.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 831bad0d1ec9..d67b8084697f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-varcon
pkgdesc = VarCon: an R package for retrieving neighboring nucleotides of an SNV
- pkgver = 1.8.0
+ pkgver = 1.10.0
pkgrel = 1
url = https://bioconductor.org/packages/VarCon
arch = any
@@ -17,7 +17,7 @@ pkgbase = r-varcon
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/VarCon_1.8.0.tar.gz
- sha256sums = 4c17110e7fe058a2fa6aa5a0140f546e375ae760c83d70dfe3bce1be60739a5c
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/VarCon_1.10.0.tar.gz
+ sha256sums = d478c74de4d24eb4fa3f215d653c3af112b034243bd363aa8607109bed6abca7
pkgname = r-varcon
diff --git a/PKGBUILD b/PKGBUILD
index 52641b2fc586..443d55c043ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=VarCon
-_pkgver=1.8.0
+_pkgver=1.10.0
pkgname=r-${_pkgname,,}
-pkgver=1.8.0
+pkgver=1.10.0
pkgrel=1
pkgdesc='VarCon: an R package for retrieving neighboring nucleotides of an SNV'
arch=('any')
@@ -26,7 +26,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('4c17110e7fe058a2fa6aa5a0140f546e375ae760c83d70dfe3bce1be60739a5c')
+sha256sums=('d478c74de4d24eb4fa3f215d653c3af112b034243bd363aa8607109bed6abca7')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"