summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPekka Ristola2022-06-07 20:15:28 +0300
committerPekka Ristola2022-06-07 20:15:28 +0300
commit15f74c01a749f16fbfe4869f0b861e012c0fba97 (patch)
tree74ae5dffe3b2bc7c10acdca8844445ec4cc7da4c /PKGBUILD
parent9d5a596b6b1e838a03df9574382f1b54adaa17bf (diff)
downloadaur-15f74c01a749f16fbfe4869f0b861e012c0fba97.tar.gz
Fix tests on some locales
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {