r-fstcore: auto updated to 0.9.16-1

This commit is contained in:
BioArchLinuxBot 2023-11-30 00:07:18 +00:00
parent a87ef3d80a
commit c36d7bdb33

View file

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