summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Bariampa2020-12-22 13:01:33 +0200
committerRichard Bariampa2020-12-22 13:01:33 +0200
commit4b3ff6984d57d08832d76afd8a6ba1c09e581755 (patch)
treea00628f608b1f76751e4db888add07704d4f9e58
parent1442c07f397ec120b653e7dd2cdd3e9e4ca893ce (diff)
downloadaur-4b3ff6984d57d08832d76afd8a6ba1c09e581755.tar.gz
v7.1.0 - dotnet-sdk required version fix
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eff2818d04d5..2fa6737f976c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = powershell
pkgdesc = A cross-platform automation and configuration tool/framework (latest release)
pkgver = 7.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/PowerShell/PowerShell
install = powershell.install
arch = x86_64
license = MIT
makedepends = git
makedepends = cmake
- makedepends = dotnet-sdk
+ makedepends = dotnet-sdk>=5.0.
depends = krb5
depends = gcc-libs
depends = glibc
diff --git a/PKGBUILD b/PKGBUILD
index 6a2d6d120967..50cf4530c527 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@ _binaryname=pwsh
_pkgver=7.1.0
_pkgnum=${_pkgver:0:1}
pkgver=${_pkgver/-/.}
-pkgrel=1
+pkgrel=2
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')
+makedepends=('git' 'cmake' 'dotnet-sdk>=5.0.')
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'