r-rawrr: auto updated to 1.10.0-1

This commit is contained in:
BioArchLinuxBot 2023-10-25 18:21:04 +00:00
parent 01d0fd4df5
commit 7c18c18333

View file

@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=rawrr _pkgname=rawrr
_pkgver=1.8.1 _pkgver=1.10.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.8.1 pkgver=1.10.0
pkgrel=1 pkgrel=1
pkgdesc='Direct Access to Orbitrap Data and Beyond' pkgdesc='Direct Access to Orbitrap Data and Beyond'
arch=('any') arch=('any')
@ -24,7 +24,7 @@ optdepends=(
r-testthat r-testthat
) )
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('d47345a2b20cd6c2878076aa24b3dd77350ee3211c7e08f521a226779af418f7') sha256sums=('8e60fdd11eb90034b5ed0d77f365ebad3df56c239cffd4fb9833ca7f38db1d15')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"