diff options
author | BioArchLinuxBot | 2023-10-25 20:46:33 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-10-25 20:46:33 +0000 |
commit | 153d6000d3a3f26be821b3a175f3bb8e3d21ef02 (patch) | |
tree | 51b9eb21ad1e06dceba2fe60147b6b5c2de1943f | |
parent | 8067e8df008b29371c38da2bf0fff2b15d1db23c (diff) | |
download | aur-153d6000d3a3f26be821b3a175f3bb8e3d21ef02.tar.gz |
[lilac] updated to 1.22.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = r-decontam pkgdesc = Identify Contaminants in Marker-gene and Metagenomics Sequencing Data - pkgver = 1.20.0 + pkgver = 1.22.0 pkgrel = 1 url = https://bioconductor.org/packages/decontam arch = any @@ -12,7 +12,7 @@ pkgbase = r-decontam optdepends = r-knitr optdepends = r-phyloseq optdepends = r-rmarkdown - source = https://bioconductor.org/packages/release/bioc/src/contrib/decontam_1.20.0.tar.gz - sha256sums = 62b16dbfe257d969f2f0b220a32e8b5ddba4e85abfebf855c5cf54e27be4d122 + source = https://bioconductor.org/packages/release/bioc/src/contrib/decontam_1.22.0.tar.gz + sha256sums = 736b270861e029e47b7b9958fe38bda6c6b833ebe8e98b54e2e766ddb1699f54 pkgname = r-decontam @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=decontam -_pkgver=1.20.0 +_pkgver=1.22.0 pkgname=r-${_pkgname,,} -pkgver=1.20.0 +pkgver=1.22.0 pkgrel=1 pkgdesc='Identify Contaminants in Marker-gene and Metagenomics Sequencing Data' arch=('any') @@ -21,7 +21,7 @@ optdepends=( r-rmarkdown ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('62b16dbfe257d969f2f0b220a32e8b5ddba4e85abfebf855c5cf54e27be4d122') +sha256sums=('736b270861e029e47b7b9958fe38bda6c6b833ebe8e98b54e2e766ddb1699f54') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |