summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c108bafa960c..6acf5aa9f696 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = powershell
pkgdesc = A cross-platform automation and configuration tool/framework
pkgver = 6.0.0.alpha.18
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/PowerShell/PowerShell
arch = x86_64
license = MIT
makedepends = git
makedepends = cmake
makedepends = proot
+ makedepends = dotnet
+ makedepends = dotnet-cli
makedepends = dotnet-sdk
depends = bash
depends = icu55
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