diff options
author | BioArchLinuxBot | 2024-03-30 00:01:45 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-03-30 00:01:45 +0000 |
commit | a11b631d608ed95b2312efa8ebe82a6cc0ab5ed5 (patch) | |
tree | 414514e8fdede99f51413f1bd0e773c83a86ca74 | |
parent | b437379c04c8e5062319e2b9187d267b43d82e49 (diff) | |
download | aur-a11b631d608ed95b2312efa8ebe82a6cc0ab5ed5.tar.gz |
[lilac] updated to 1.2.1-1
-rw-r--r-- | .SRCINFO | 9 | ||||
-rw-r--r-- | PKGBUILD | 15 |
2 files changed, 11 insertions, 13 deletions
@@ -1,6 +1,6 @@ pkgbase = r-delocal pkgdesc = Identifies differentially expressed genes with respect to other local genes - pkgver = 1.2.0 + pkgver = 1.2.1 pkgrel = 1 url = https://bioconductor.org/packages/DELocal arch = any @@ -15,11 +15,10 @@ pkgbase = r-delocal optdepends = r-biocstyle optdepends = r-biomart optdepends = r-knitr - optdepends = r-pcredux optdepends = r-rmarkdown optdepends = r-stringr - source = https://bioconductor.org/packages/release/bioc/src/contrib/DELocal_1.2.0.tar.gz - md5sums = 40f2eac89260ff4692fb02047990d048 - sha256sums = 07efaf2566a44e8a92c54523ed816c8ffdca978d5dcc20da3c6bdd38167ef0c1 + source = https://bioconductor.org/packages/release/bioc/src/contrib/DELocal_1.2.1.tar.gz + md5sums = 11c1471d2d939f9a40cfa7d68dd608ca + b2sums = 0f0da1783f4f43545847d46920a003935e70b0bbd5e1730067971d2724110231f1047fbecba19cc8eb7818b5e87b031798729a44be2eb1b14435ab663e4f2624 pkgname = r-delocal @@ -1,14 +1,14 @@ # Maintainer: Pekka Ristola <pekkarr [at] protonmail [dot] com> _pkgname=DELocal -_pkgver=1.2.0 +_pkgver=1.2.1 pkgname=r-${_pkgname,,} pkgver=${_pkgver//-/.} pkgrel=1 pkgdesc="Identifies differentially expressed genes with respect to other local genes" arch=(any) -url="https://bioconductor.org/packages/${_pkgname}" -license=(MIT) +url="https://bioconductor.org/packages/$_pkgname" +license=('MIT') depends=( r-deseq2 r-dplyr @@ -22,17 +22,16 @@ optdepends=( r-biocstyle r-biomart r-knitr - r-pcredux r-rmarkdown r-stringr ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -md5sums=('40f2eac89260ff4692fb02047990d048') -sha256sums=('07efaf2566a44e8a92c54523ed816c8ffdca978d5dcc20da3c6bdd38167ef0c1') +md5sums=('11c1471d2d939f9a40cfa7d68dd608ca') +b2sums=('0f0da1783f4f43545847d46920a003935e70b0bbd5e1730067971d2724110231f1047fbecba19cc8eb7818b5e87b031798729a44be2eb1b14435ab663e4f2624') build() { - mkdir -p build - R CMD INSTALL "$_pkgname" -l build + mkdir build + R CMD INSTALL -l build "$_pkgname" } package() { |