summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-25 07:22:23 +0000
committerBioArchLinuxBot2024-04-25 07:22:23 +0000
commitcca52f663cfcd4f238ef7caca56e1f93e14d5e00 (patch)
tree821c66be75d7ba92973f30248b00ba108b6136dc
parent31e7d98275cffb72665d795cab970d448898d346 (diff)
downloadaur-cca52f663cfcd4f238ef7caca56e1f93e14d5e00.tar.gz
[lilac] updated to 3.0.3-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a4d9b899d41..245c0c3e7da7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-hunspell
pkgdesc = High-Performance Stemmer, Tokenizer, and Spell Checker
pkgver = 3.0.3
- pkgrel = 2
+ pkgrel = 3
url = https://cran.r-project.org/package=hunspell
arch = x86_64
- license = LGPL
+ license = GPL-2.0-only OR LGPL-2.1-only OR MPL-1.1
checkdepends = r-testthat
depends = r-digest
depends = r-rcpp
@@ -18,6 +18,6 @@ pkgbase = r-hunspell
optdepends = r-wordcloud2
source = https://cran.r-project.org/src/contrib/hunspell_3.0.3.tar.gz
md5sums = 8bd560b5bc128d9307a3d0e344a6a9b4
- sha256sums = fdaa1473a62dff2a5923b9bd958d87e546069ca22ce113f44e88c761338442f3
+ b2sums = 567a527dadfbb8f5d81c00f9cb88469b2418189484e1040c375dc3cd50a92db9a03e899ba2e596c4618c4a7ea86afc10d983cae4bff9f34051d176c1ae0b4d20
pkgname = r-hunspell
diff --git a/PKGBUILD b/PKGBUILD
index 9353a965e1e4..23e3c25826fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,11 @@ _pkgname=hunspell
_pkgver=3.0.3
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=3
pkgdesc="High-Performance Stemmer, Tokenizer, and Spell Checker"
arch=(x86_64)
-url="https://cran.r-project.org/package=${_pkgname}"
-license=(LGPL)
+url="https://cran.r-project.org/package=$_pkgname"
+license=('GPL-2.0-only OR LGPL-2.1-only OR MPL-1.1')
depends=(
r-digest
r-rcpp
@@ -31,11 +31,11 @@ optdepends=(
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('8bd560b5bc128d9307a3d0e344a6a9b4')
-sha256sums=('fdaa1473a62dff2a5923b9bd958d87e546069ca22ce113f44e88c761338442f3')
+b2sums=('567a527dadfbb8f5d81c00f9cb88469b2418189484e1040c375dc3cd50a92db9a03e899ba2e596c4618c4a7ea86afc10d983cae4bff9f34051d176c1ae0b4d20')
build() {
- mkdir -p build
- R CMD INSTALL "$_pkgname" -l build
+ mkdir build
+ R CMD INSTALL -l build "$_pkgname"
}
check() {