summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Ristola2022-06-07 20:15:28 +0300
committerPekka Ristola2022-06-07 20:15:28 +0300
commit15f74c01a749f16fbfe4869f0b861e012c0fba97 (patch)
tree74ae5dffe3b2bc7c10acdca8844445ec4cc7da4c
parent9d5a596b6b1e838a03df9574382f1b54adaa17bf (diff)
downloadaur-15f74c01a749f16fbfe4869f0b861e012c0fba97.tar.gz
Fix tests on some locales
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d503666ee99f..3a81cdc75830 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-rcpp
pkgdesc = Seamless R and C++ Integration
pkgver = 1.0.8.3
- pkgrel = 1
+ pkgrel = 2
url = https://cran.r-project.org/package=Rcpp
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index fc3223c2f652..29fa13a3660d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _cranname=Rcpp
_cranver=1.0.8.3
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
-pkgrel=1
+pkgrel=2
pkgdesc="Seamless R and C++ Integration"
arch=(i686 x86_64)
url="https://cran.r-project.org/package=${_cranname}"
@@ -29,7 +29,7 @@ build() {
check() {
cd "${_cranname}/tests"
- R_LIBS="${srcdir}/build" RunAllRcppTests=yes Rscript --vanilla tinytest.R
+ R_LIBS="${srcdir}/build" LC_MESSAGES=C RunAllRcppTests=yes Rscript --vanilla tinytest.R
}
package() {