summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Sferrazza2017-05-25 17:44:23 -0400
committerKyle Sferrazza2017-05-25 17:44:23 -0400
commit0c2dc5dea44ce3d278ad5683d350fe8d6649b006 (patch)
treea4ff91cff292faf2d29c40418947aa8be0d243f7
parent62e5e57dd314543e0219f408a1e98f062a11be7d (diff)
downloadaur-0c2dc5dea44ce3d278ad5683d350fe8d6649b006.tar.gz
Updated to use dotnet 2.0 successfully
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7d5f48c3fd4..1dcfc1f13faf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = powershell-git
pkgdesc = A cross-platform automation and configuration tool/framework
- pkgver = 6.0.0.beta.1.10.g2d06c170
- pkgrel = 3
+ pkgver = 6.0.0.beta.1.28.g7aa7f385
+ pkgrel = 1
url = https://github.com/PowerShell/PowerShell
arch = x86_64
license = MIT
makedepends = git
makedepends = cmake
makedepends = proot
- makedepends = dotnet>=2.0
- makedepends = dotnet-sdk
+ makedepends = dotnet-cli-git
depends = bash
depends = icu
provides = powershell
diff --git a/PKGBUILD b/PKGBUILD
index 28ee142f5910..ffb9baf421a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname='powershell-git'
_pkgname='powershell'
-pkgver=6.0.0.beta.1.10.g2d06c170
-pkgrel=3
+pkgver=6.0.0.beta.1.28.g7aa7f385
+pkgrel=1
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>=2.0' 'dotnet-sdk')
+makedepends=('git' 'cmake' 'proot' 'dotnet-cli-git')
depends=('bash' 'icu')
provides=('powershell')
source=($_pkgname::'git+https://github.com/PowerShell/PowerShell.git'