summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRikarnto Bariampa2021-02-15 11:52:23 +0200
committerRikarnto Bariampa2021-02-15 11:53:40 +0200
commit75a0ee0eea50b0e4d8eec55e1e2bb5c812777f76 (patch)
tree842c34a9c82d2b8082c3c640063ffaa1f3f8e3e3 /PKGBUILD
parentaafe06e300191c8d52f2e111cf7f5e677c450022 (diff)
downloadaur-75a0ee0eea50b0e4d8eec55e1e2bb5c812777f76.tar.gz
v7.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e539526820a..beeb4e4d531c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Kyle Sferrazza <kyle.sferrazza@gmail.com>
# Maintainer: Rikarnto Bariampa <richard1996ba@gmail.com>
+# Maintainer: Kyle Sferrazza <kyle.sferrazza@gmail.com>
# Contributor: Max Liebkies <mail@maxliebkies.de>
pkgname=powershell
_binaryname=pwsh
-_pkgver=7.1.1
+_pkgver=7.1.2
_pkgnum=${_pkgver:0:1}
pkgver=${_pkgver/-/.}
pkgrel=1
@@ -12,7 +12,7 @@ pkgdesc='A cross-platform automation and configuration tool/framework (latest re
arch=('x86_64')
url='https://github.com/PowerShell/PowerShell'
license=('MIT')
-makedepends=('git' 'cmake' 'dotnet-sdk>=5.0.1')
+makedepends=('git' 'cmake' 'dotnet-sdk>=5.0.3')
depends=('krb5' 'gcc-libs' 'glibc' 'lttng-ust' 'zlib' 'openssl-1.0' 'icu')
source=($pkgname::"git+https://github.com/PowerShell/PowerShell.git#tag=v$_pkgver"
'powershell-native::git+https://github.com/PowerShell/PowerShell-Native.git'