mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-iranges: auto updated to 2.30.1-1
This commit is contained in:
parent
cfec1a373d
commit
eb1631935d
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=IRanges
|
||||
_pkgver=2.30.0
|
||||
_pkgver=2.30.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.30.0
|
||||
pkgrel=4
|
||||
pkgver=2.30.1
|
||||
pkgrel=1
|
||||
pkgdesc='Foundation of integer range manipulation in Bioconductor'
|
||||
arch=('x86_64')
|
||||
url="https://bioconductor.org/packages/${_pkgname}"
|
||||
|
@ -26,7 +26,7 @@ optdepends=(
|
|||
r-xvector
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('1331cf39cab3d0e2233247bb6e9d439e0e804c2a3336c103cb195fb2802ddd41')
|
||||
sha256sums=('63ff5da30c586e95e8994c625745f170abd23237adf705537b90cdcf686201e4')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue