summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-07 15:47:46 +0000
committerBioArchLinuxBot2022-11-07 15:47:46 +0000
commit96973610303aeea46a71ef4373564701dfbee32e (patch)
tree9c109ba19da363dcb3943e9963819825c647b208
parent7a1cdf111c1aa14c748a1bac4d7e01cfd7e2662e (diff)
downloadaur-96973610303aeea46a71ef4373564701dfbee32e.tar.gz
[lilac] updated to 0.9.10-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef7e3dedbc2e..124b5626c939 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = r-stringdist
pkgdesc = Approximate String Matching, Fuzzy Text Search, and String Distance Functions
- pkgver = 0.9.9
+ pkgver = 0.9.10
pkgrel = 1
url = https://cran.r-project.org/package=stringdist
arch = x86_64
license = GPL
depends = r
optdepends = r-tinytest
- source = https://cran.r-project.org/src/contrib/stringdist_0.9.9.tar.gz
- sha256sums = bd14179820aadc2898e3dbcbc8877b918f7202e489756de1674d7d55447e6f5e
+ source = https://cran.r-project.org/src/contrib/stringdist_0.9.10.tar.gz
+ sha256sums = 6fd42e0b7ff25843ca7f45acf9a183facfe14a6cde2dc7a97ef7126ab0f06ce8
pkgname = r-stringdist
diff --git a/PKGBUILD b/PKGBUILD
index cddc06801cc8..3ddc630a58ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=stringdist
-_pkgver=0.9.9
+_pkgver=0.9.10
pkgname=r-${_pkgname,,}
-pkgver=0.9.9
+pkgver=0.9.10
pkgrel=1
pkgdesc='Approximate String Matching, Fuzzy Text Search, and String Distance Functions'
arch=('x86_64')
@@ -16,7 +16,7 @@ optdepends=(
r-tinytest
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('bd14179820aadc2898e3dbcbc8877b918f7202e489756de1674d7d55447e6f5e')
+sha256sums=('6fd42e0b7ff25843ca7f45acf9a183facfe14a6cde2dc7a97ef7126ab0f06ce8')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"