summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Steel2017-01-24 18:02:57 +0000
committerJonathan Steel2017-01-24 18:02:57 +0000
commitb62bd494d6084c0a31495c087d14787c87d103b2 (patch)
tree9095f3b2748f84da2fc348ddec213bd39238c826
parent8e2d8650498715b679540d67495c6b5b10aa7cc0 (diff)
downloadaur-b62bd494d6084c0a31495c087d14787c87d103b2.tar.gz
Change dep dotnet-cli -> dotnet
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index caf7acb22401..0a7a54ed18b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Dec 20 15:43:15 UTC 2016
+# Tue Jan 24 18:02:45 UTC 2017
pkgbase = powershell
pkgdesc = A cross-platform automation and configuration tool/framework
pkgver = 6.0.0.alpha.14
@@ -10,7 +10,7 @@ pkgbase = powershell
makedepends = git
makedepends = cmake
makedepends = proot
- makedepends = dotnet-cli
+ makedepends = dotnet
depends = bash
depends = icu55
source = powershell::git+https://github.com/PowerShell/PowerShell.git#tag=v6.0.0-alpha.14
diff --git a/PKGBUILD b/PKGBUILD
index 01a86124036b..139d1d6bc761 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ 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-cli')
+makedepends=('git' 'cmake' 'proot' 'dotnet')
depends=('bash' 'icu55')
source=($pkgname::git+https://github.com/PowerShell/PowerShell.git#tag=v$_pkgver
pester::git+https://github.com/PowerShell/psl-pester.git#branch=develop