summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Sferrazza2018-01-10 12:43:08 -0500
committerKyle Sferrazza2018-01-10 12:43:08 -0500
commit2cb8f17fa86831c5b516657513e4067c5539ec2b (patch)
tree60b42b489f9ceb2b1b16c76cbf8c9b41f0d92ee0 /PKGBUILD
parent37886d153283aa06733b3e8e134f3610ac6d77f0 (diff)
downloadaur-2cb8f17fa86831c5b516657513e4067c5539ec2b.tar.gz
dotnet SDK 2.0 is now in community
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d35bc2ff6c2..d3e47fd240ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@ pkgname=powershell
binaryname=pwsh
_pkgver=6.0.0-rc.2
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-2.0')
+makedepends=('git' 'cmake' 'dotnet-sdk>=2.0')
depends=('icu')
source=($pkgname::git+https://github.com/PowerShell/PowerShell.git#tag=v$_pkgver
pester::git+https://github.com/PowerShell/psl-pester.git#branch=develop