diff options
author | BioArchLinuxBot | 2023-05-10 18:04:18 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-05-10 18:04:18 +0000 |
commit | 8217fbe4525d74592f0115dcdf7c8435db058d97 (patch) | |
tree | 46dd9d4a669fadb43c8f6760964733467cbcfbcd | |
parent | 0a3975ce917861f77767c33dbd49a8d08dcb2c7c (diff) | |
download | aur-8217fbe4525d74592f0115dcdf7c8435db058d97.tar.gz |
[lilac] updated to 1.10.1-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = r-isanalytics pkgdesc = Analyze gene therapy vector insertion sites data identified from genomics next generation sequencing reads for clonal tracking studies - pkgver = 1.10.0 + pkgver = 1.10.1 pkgrel = 1 url = https://bioconductor.org/packages/ISAnalytics arch = any @@ -57,7 +57,7 @@ pkgbase = r-isanalytics optdepends = r-testthat optdepends = r-vegan optdepends = r-withr - source = https://bioconductor.org/packages/release/bioc/src/contrib/ISAnalytics_1.10.0.tar.gz - sha256sums = 173af61c38009bcc7b567e0d95987c4a611de3f7a3b532955ef9c181a638054e + source = https://bioconductor.org/packages/release/bioc/src/contrib/ISAnalytics_1.10.1.tar.gz + sha256sums = 89b3569b8efa5e14877ce2d4c9c43c6152e87ed32b54edac26d5ebc833759a04 pkgname = r-isanalytics @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=ISAnalytics -_pkgver=1.10.0 +_pkgver=1.10.1 pkgname=r-${_pkgname,,} -pkgver=1.10.0 +pkgver=1.10.1 pkgrel=1 pkgdesc='Analyze gene therapy vector insertion sites data identified from genomics next generation sequencing reads for clonal tracking studies' arch=('any') @@ -66,7 +66,7 @@ optdepends=( r-withr ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('173af61c38009bcc7b567e0d95987c4a611de3f7a3b532955ef9c181a638054e') +sha256sums=('89b3569b8efa5e14877ce2d4c9c43c6152e87ed32b54edac26d5ebc833759a04') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |