summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63c4c90f72fc..bcb908a30eab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-stringdist
pkgdesc = Approximate String Matching, Fuzzy Text Search, and String Distance Functions
pkgver = 0.9.12
- pkgrel = 2
+ pkgrel = 3
url = https://cran.r-project.org/package=stringdist
arch = x86_64
- license = GPL3
+ license = GPL-3.0-only
depends = r
optdepends = r-tinytest
source = https://cran.r-project.org/src/contrib/stringdist_0.9.12.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index bd32d1a9a2ac..923b843916ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=stringdist
_pkgver=0.9.12
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=3
pkgdesc="Approximate String Matching, Fuzzy Text Search, and String Distance Functions"
arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname"
-license=(GPL3)
+license=('GPL-3.0-only')
depends=(
r
)