summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-11-28 18:14:50 +0000
committerBioArchLinuxBot2023-11-28 18:14:50 +0000
commitffe2508b6c0a0218461ac9b04c65cfe808ac0654 (patch)
treec1ffcfcb5a6b95ac8996816090a133986101ebe0
parent96973610303aeea46a71ef4373564701dfbee32e (diff)
downloadaur-ffe2508b6c0a0218461ac9b04c65cfe808ac0654.tar.gz
[lilac] updated to 0.9.12-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 124b5626c939..328fd60dc520 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.10
+ pkgver = 0.9.12
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.10.tar.gz
- sha256sums = 6fd42e0b7ff25843ca7f45acf9a183facfe14a6cde2dc7a97ef7126ab0f06ce8
+ source = https://cran.r-project.org/src/contrib/stringdist_0.9.12.tar.gz
+ sha256sums = e1843452ff4184b8d3bc5168732c0c65d3fce11f0df9fcf92173a22ef92e66c4
pkgname = r-stringdist
diff --git a/PKGBUILD b/PKGBUILD
index 3ddc630a58ac..508933f88e8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=stringdist
-_pkgver=0.9.10
+_pkgver=0.9.12
pkgname=r-${_pkgname,,}
-pkgver=0.9.10
+pkgver=0.9.12
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=('6fd42e0b7ff25843ca7f45acf9a183facfe14a6cde2dc7a97ef7126ab0f06ce8')
+sha256sums=('e1843452ff4184b8d3bc5168732c0c65d3fce11f0df9fcf92173a22ef92e66c4')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"