r-stringdist: auto updated to 0.9.9-1

This commit is contained in:
BioArchLinuxBot 2022-10-20 12:01:39 +00:00
parent 2b27a4b21f
commit 3984505592

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=stringdist _pkgname=stringdist
_pkgver=0.9.8 _pkgver=0.9.9
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=0.9.8 pkgver=0.9.9
pkgrel=7 pkgrel=1
pkgdesc='Approximate String Matching, Fuzzy Text Search, and String Distance Functions' pkgdesc='Approximate String Matching, Fuzzy Text Search, and String Distance Functions'
arch=('x86_64') arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}" url="https://cran.r-project.org/package=${_pkgname}"
@ -16,7 +16,7 @@ optdepends=(
r-tinytest r-tinytest
) )
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=('efccd6ccc5c74c578be95b7dae1099c52b0d7805452ab14ee91ca34adb8261bb') sha256sums=('bd14179820aadc2898e3dbcbc8877b918f7202e489756de1674d7d55447e6f5e')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"