mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-seqminer: auto updated to 9.1-1
This commit is contained in:
parent
314e3200d7
commit
29054a51da
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=seqminer
|
||||
_pkgver=8.9
|
||||
_pkgver=9.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=8.9
|
||||
pkgrel=2
|
||||
pkgver=9.1
|
||||
pkgrel=1
|
||||
pkgdesc='Efficiently Read Sequence Data (VCF Format, BCF Format, METAL Format and BGEN Format) into R'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -18,7 +18,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('218e58fb70152432ace635d4f867d3a7123f480b79b30fc5a82c932f59f0dab2')
|
||||
sha256sums=('79e2e74cdc20cf00d7c78354c5de5511140c6265af0f32cb4dac11dfb5cab76d')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue