mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-biocworkflowtools: auto updated to 1.22.0-1
This commit is contained in:
parent
371cfecbb0
commit
4f58f00948
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=BiocWorkflowTools
|
||||
_pkgver=1.20.0
|
||||
_pkgver=1.22.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.20.0
|
||||
pkgver=1.22.0
|
||||
pkgrel=1
|
||||
pkgdesc='Tools to aid the development of Bioconductor Workflow packages'
|
||||
arch=('any')
|
||||
|
@ -22,7 +22,7 @@ depends=(
|
|||
r-usethis
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('4a353ac20dd7725878d43c4c6efb8d3360a6ba55f35a7060655b69e40b473ac9')
|
||||
sha256sums=('b464008286bbd9ca4d39896d3f1c7cee061adb9df0edd1bd716967382f8b44ca')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue