mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rbowtie2: auto updated to 2.2.0-1
This commit is contained in:
parent
50e25dbafa
commit
ad1824111c
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=Rbowtie2
|
||||
_pkgver=2.0.0
|
||||
_pkgver=2.2.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.0.0
|
||||
pkgrel=2
|
||||
pkgver=2.2.0
|
||||
pkgrel=1
|
||||
pkgdesc='An R Wrapper for Bowtie2 and AdapterRemoval'
|
||||
arch=('x86_64')
|
||||
url="https://bioconductor.org/packages/${_pkgname}"
|
||||
|
@ -21,7 +21,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('3dc08d769ee0ea279a6bc3adb17863b7dac599378492eaf508a9a7a944cffb76')
|
||||
sha256sums=('6f5a2fef2fdd45307f1a3e0f07fb49f1325a55c265613095230dcebc8fe80d36')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue