r-glad: auto updated to 2.70.0-1

This commit is contained in:
BioArchLinuxBot 2024-10-31 02:09:50 +00:00
parent b25af17ea2
commit e96c585ed5

View file

@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GLAD
_pkgver=2.68.0
_pkgver=2.70.0
pkgname=r-${_pkgname,,}
pkgver=2.68.0
pkgver=2.70.0
pkgrel=1
pkgdesc='Gain and Loss Analysis of DNA'
arch=('x86_64')
@ -16,7 +16,7 @@ depends=(
gsl
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('2167c37a552dcde5804bda5bec6e30483d8ac8ab5fda007e1bc3acb3ce261607')
sha256sums=('8e612bd91a9f76ba8f80256fc031e690a345f96c0854a847056eceafea277617')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"