summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-20 12:01:41 +0000
committerBioArchLinuxBot2022-10-20 12:01:41 +0000
commit7a1cdf111c1aa14c748a1bac4d7e01cfd7e2662e (patch)
tree048bd037c36a5a20f853cb2f5f44ed2552d1414f
parent4a4cf3a9f666dd10a8a6e64ee88169e63bf2e5ad (diff)
downloadaur-7a1cdf111c1aa14c748a1bac4d7e01cfd7e2662e.tar.gz
[lilac] updated to 0.9.9-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d28904f293e..ef7e3dedbc2e 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.8
- pkgrel = 4
+ pkgver = 0.9.9
+ 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.8.tar.gz
- sha256sums = efccd6ccc5c74c578be95b7dae1099c52b0d7805452ab14ee91ca34adb8261bb
+ source = https://cran.r-project.org/src/contrib/stringdist_0.9.9.tar.gz
+ sha256sums = bd14179820aadc2898e3dbcbc8877b918f7202e489756de1674d7d55447e6f5e
pkgname = r-stringdist
diff --git a/PKGBUILD b/PKGBUILD
index e36efcfae074..cddc06801cc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=stringdist
-_pkgver=0.9.8
+_pkgver=0.9.9
pkgname=r-${_pkgname,,}
-pkgver=0.9.8
-pkgrel=4
+pkgver=0.9.9
+pkgrel=1
pkgdesc='Approximate String Matching, Fuzzy Text Search, and String Distance Functions'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -16,7 +16,7 @@ optdepends=(
r-tinytest
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('efccd6ccc5c74c578be95b7dae1099c52b0d7805452ab14ee91ca34adb8261bb')
+sha256sums=('bd14179820aadc2898e3dbcbc8877b918f7202e489756de1674d7d55447e6f5e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"