diff options
author | BioArchLinuxBot | 2024-10-31 18:48:11 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-10-31 18:48:11 +0000 |
commit | 4ca9f21ac77fd11f9fec694af97fd0b8d734e01d (patch) | |
tree | ad13f96caae4e2714e65472c13823f50d4d0adec | |
parent | 7f6e3aeedcc8b91fa176ddae1d8954c1b5065f78 (diff) | |
download | aur-4ca9f21ac77fd11f9fec694af97fd0b8d734e01d.tar.gz |
[lilac] updated to 1.36.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-sictools pkgdesc = Find SNV/Indel differences between two bam files with near relationship - pkgver = 1.34.0 + pkgver = 1.36.0 pkgrel = 1 url = https://bioconductor.org/packages/SICtools arch = x86_64 @@ -17,7 +17,7 @@ pkgbase = r-sictools optdepends = r-biocgenerics optdepends = r-knitr optdepends = r-runit - source = https://bioconductor.org/packages/release/bioc/src/contrib/SICtools_1.34.0.tar.gz - sha256sums = db21ebe48ff6482e20aea743cd05ce2f4b72cb693b4f8cbb11056422150ab37a + source = https://bioconductor.org/packages/release/bioc/src/contrib/SICtools_1.36.0.tar.gz + sha256sums = 5f4292e71a4b9a5ae4dad986e3e7c1ae234dbe25edd9034177fd70255065de4b pkgname = r-sictools @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=SICtools -_pkgver=1.34.0 +_pkgver=1.36.0 pkgname=r-${_pkgname,,} -pkgver=1.34.0 +pkgver=1.36.0 pkgrel=1 pkgdesc='Find SNV/Indel differences between two bam files with near relationship' arch=('x86_64') @@ -26,7 +26,7 @@ optdepends=( r-runit ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('db21ebe48ff6482e20aea743cd05ce2f4b72cb693b4f8cbb11056422150ab37a') +sha256sums=('5f4292e71a4b9a5ae4dad986e3e7c1ae234dbe25edd9034177fd70255065de4b') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |