summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b16d45b2e59e..53e045a11e5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='powershell-git'
_pkgname='powershell'
binaryname='pwsh'
-pkgver=6.0.1.165.g3a81c2b58
+pkgver=6.0.1.274.g876085c6f
pkgrel=1
pkgdesc='A cross-platform automation and configuration tool/framework (git version)'
arch=('x86_64')
@@ -39,7 +39,7 @@ prepare() {
build() {
cd $_pkgname
- $srcdir/build.sh
+ TERM=xterm $srcdir/build.sh
}
check() {