diff options
author | BioArchLinuxBot | 2023-10-27 11:08:48 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-10-27 11:08:48 +0000 |
commit | 218941a53b1b7b8fb86c403a7a8f2acbb2952204 (patch) | |
tree | 8bbbe4b1a1b4c6efd46fe2ec5cd472a8cf770172 | |
parent | 6eecc3bd265b9c073a392c1f8aa2d961ca151427 (diff) | |
download | aur-218941a53b1b7b8fb86c403a7a8f2acbb2952204.tar.gz |
[lilac] updated to 1.10.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -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 @@ -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}" |