diff options
author | BioArchLinuxBot | 2022-11-03 03:02:01 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2022-11-03 03:02:01 +0000 |
commit | fec14329f7560e0aded9720b3fd8b09548576c0f (patch) | |
tree | 327eff1b0e4a800bf03fbdeb1854d55bc29f1646 /PKGBUILD | |
parent | db94a718ca760526cda1e3361a6657078c50f658 (diff) | |
download | aur-fec14329f7560e0aded9720b3fd8b09548576c0f.tar.gz |
[lilac] updated to 1.46.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,9 +2,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=seqbias -_pkgver=1.44.0 +_pkgver=1.46.0 pkgname=r-${_pkgname,,} -pkgver=1.44.0 +pkgver=1.46.0 pkgrel=1 pkgdesc='Estimation of per-position bias in high-throughput sequencing data' arch=('x86_64') @@ -21,7 +21,7 @@ optdepends=( r-rsamtools ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('2f9bbd5c64f590cfcbcdc9b97e8ccb678b50bcb7b2e4a5f909b62de0aec1b620') +sha256sums=('ca3dc5903e5e02c5cdc069c828bbab676ce860c0613e432c1a01b2b9cfa68655') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |