r-eisar: auto updated to 1.18.0-1

This commit is contained in:
BioArchLinuxBot 2024-12-15 18:36:30 +00:00
parent 1839ad1edb
commit 618160f982

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=eisaR
_pkgver=1.16.0
_pkgver=1.18.0
pkgname=r-${_pkgname,,}
pkgver=1.16.0
pkgver=1.18.0
pkgrel=1
pkgdesc='Exon-Intron Split Analysis (EISA) in R'
arch=('any')
@ -36,7 +36,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('4de9daba1f59f2d436d481eb8603245902da342848f98fb2dbf8d23bd55cc646')
sha256sums=('8e6fc8187bee2fc3c3b7499724b08c37936993928e3a8a8eb8b5ce105ccae89c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"