summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRikarnto Bariampa2021-01-25 18:17:40 +0200
committerRikarnto Bariampa2021-01-25 18:17:40 +0200
commitaafe06e300191c8d52f2e111cf7f5e677c450022 (patch)
treed463ebeb915b69047dddfedf73d72f137ec442bf /PKGBUILD
parent4b3ff6984d57d08832d76afd8a6ba1c09e581755 (diff)
downloadaur-aafe06e300191c8d52f2e111cf7f5e677c450022.tar.gz
V7.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50cf4530c527..8e539526820a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
pkgname=powershell
_binaryname=pwsh
-_pkgver=7.1.0
+_pkgver=7.1.1
_pkgnum=${_pkgver:0:1}
pkgver=${_pkgver/-/.}
-pkgrel=2
+pkgrel=1
pkgdesc='A cross-platform automation and configuration tool/framework (latest release)'
arch=('x86_64')
url='https://github.com/PowerShell/PowerShell'
license=('MIT')
-makedepends=('git' 'cmake' 'dotnet-sdk>=5.0.')
+makedepends=('git' 'cmake' 'dotnet-sdk>=5.0.1')
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'