summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Sferrazza2017-05-05 14:20:23 -0400
committerKyle Sferrazza2017-05-05 14:20:23 -0400
commit8b4baf3a54fdfb008db1700b16131213da0c6a42 (patch)
treee53f67bf2bd43038d2c6baf0d952760bac4b035b /PKGBUILD
parent69cb6dbe61f0e6e706f4a48a071e4f4ed843116d (diff)
downloadaur-8b4baf3a54fdfb008db1700b16131213da0c6a42.tar.gz
dotnet fixed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1f303986041..711b7530e102 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=powershell
_pkgver=6.0.0-alpha.18
pkgver=${_pkgver/-/.}
-pkgrel=1
+pkgrel=2
pkgdesc="A cross-platform automation and configuration tool/framework"
arch=('x86_64')
url="https://github.com/PowerShell/PowerShell"
license=('MIT')
-makedepends=('git' 'cmake' 'proot' 'dotnet-sdk')
+makedepends=('git' 'cmake' 'proot' 'dotnet' 'dotnet-cli' 'dotnet-sdk')
depends=('bash' 'icu55')
conflicts=('powershell-git')
source=($pkgname::git+https://github.com/PowerShell/PowerShell.git#tag=v$_pkgver