summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Sferrazza2020-06-12 12:08:10 -0400
committerKyle Sferrazza2020-06-12 12:08:10 -0400
commitf5a2226177c3048e0c08136f2307c137708ec3a5 (patch)
treeab4ccf2371069568b37c9e14e6b3bb1b18a029c1 /PKGBUILD
parentaed0f6eac6fd3f312d069acb3d6ac13a7f84f94a (diff)
downloadaur-f5a2226177c3048e0c08136f2307c137708ec3a5.tar.gz
v7.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5bb77f4b753a..a442b8366e11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=powershell
_binaryname=pwsh
-_pkgver=7.0.0
+_pkgver=7.0.2
_pkgnum=${_pkgver:0:1}
pkgver=${_pkgver/-/.}
pkgrel=1
@@ -26,6 +26,7 @@ prepare() {
cd "$srcdir/powershell-native"
git submodule init
git submodule update
+ rm "$srcdir/powershell/global.json"
}
build() {