mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-biocneighbors: auto updated to 1.22.0-1
This commit is contained in:
parent
1eee5ad310
commit
e97abe0c58
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=BiocNeighbors
|
||||
_pkgver=1.20.2
|
||||
_pkgver=1.22.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.20.2
|
||||
pkgrel=2
|
||||
pkgver=1.22.0
|
||||
pkgrel=1
|
||||
pkgdesc='Nearest Neighbor Detection for Bioconductor Packages'
|
||||
arch=('x86_64')
|
||||
url="https://bioconductor.org/packages/${_pkgname}"
|
||||
|
@ -28,7 +28,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('04123fe8ceb2cc9a17af7d187460e601dcce389adb1fcc6f89ad9c0844e27a53')
|
||||
sha256sums=('2d727fa9e983afd7ff268eef5f6692846e44b50c7248868f98d51b4034232fcf')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue