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 f58c561d5467..acfccc07aff4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 5.0.1
-# Thu Aug 25 14:42:21 UTC 2016
+# Fri Aug 26 20:04:19 UTC 2016
pkgbase = powershell-git
pkgdesc = A cross-platform automation and configuration tool/framework.
- pkgver = 6.0.0.alpha.9.132.gb375807
+ pkgver = 6.0.0.alpha.9.139.ge4f3f8f
pkgrel = 1
url = https://github.com/PowerShell/PowerShell
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index df34f7ccf190..82bb10ee985a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='powershell-git'
_pkgname='powershell'
-pkgver=6.0.0.alpha.9.132.gb375807
+pkgver=6.0.0.alpha.9.139.ge4f3f8f
pkgrel=1
pkgdesc="A cross-platform automation and configuration tool/framework."
arch=('x86_64')
@@ -44,7 +44,7 @@ build() {
check() {
cd "${_pkgname}"/src/libpsl-native
- make test
+ LANG=en_US.UTF-8 make test
}