r-fstcore: auto updated to 0.10.0-1

This commit is contained in:
BioArchLinuxBot 2025-02-11 00:03:17 +00:00
parent 00a4718776
commit 3030ea0d38

View file

@ -2,10 +2,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=fstcore _pkgname=fstcore
_pkgver=0.9.18 _pkgver=0.10.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=0.9.18 pkgver=0.10.0
pkgrel=2 pkgrel=1
pkgdesc="R Bindings to the 'Fstlib' Library" pkgdesc="R Bindings to the 'Fstlib' Library"
arch=('x86_64') arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}" url="https://cran.r-project.org/package=${_pkgname}"
@ -19,7 +19,7 @@ optdepends=(
r-testthat r-testthat
) )
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('18c71e17f51663d413ccc9c5c62fbdd8d5c783438bd84dd56037e91345be9f03') sha256sums=('1e9e976d295dccda563a7d100665cb9d36d1403d3c37ce835f681b81f7a8d9cc')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"