r-basicstarrseq: auto updated to 1.34.0-1

This commit is contained in:
BioArchLinuxBot 2024-11-09 20:31:26 +00:00
parent d276f40ca4
commit 5479670391

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BasicSTARRseq
_pkgver=1.32.0
_pkgver=1.34.0
pkgname=r-${_pkgname,,}
pkgver=1.32.0
pkgver=1.34.0
pkgrel=1
pkgdesc='Basic peak calling on STARR-seq data'
arch=('any')
@ -21,7 +21,7 @@ optdepends=(
r-knitr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('5b326292b39ab603414d67595b71544ad4bb782a4fa112f0236cc81b10c3c9f0')
sha256sums=('8e280917b223c28c20071fdc12ba2ace71d4a512dbcfcc6ccd16972ba6cddb56')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"