summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Sferrazza2017-02-26 22:47:44 -0500
committerKyle Sferrazza2017-02-26 22:47:44 -0500
commitc55c80dee02e37b09044fc8a01de83171109ee13 (patch)
tree26c622d9304d8481c36aab89aa1cc1263fd671b1
parent9e1808603db3bcbb0ce59363c9c5b4b4a7b25444 (diff)
downloadaur-c55c80dee02e37b09044fc8a01de83171109ee13.tar.gz
fix conflicts, makedepends
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6a034ae2d94..a0a26481a9e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Jan 24 18:04:23 UTC 2017
pkgbase = powershell-git
pkgdesc = A cross-platform automation and configuration tool/framework
- pkgver = 6.0.0.alpha.14.7.g3938cdb
+ pkgver = 6.0.0.alpha.16.25.ge3b59e0f
pkgrel = 1
url = https://github.com/PowerShell/PowerShell
arch = x86_64
@@ -10,12 +8,11 @@ pkgbase = powershell-git
makedepends = git
makedepends = cmake
makedepends = proot
- makedepends = dotnet
+ makedepends = dotnet-bin
depends = bash
depends = icu55
provides = powershell
conflicts = powershell
- conflicts = powershell-bin
source = powershell::git+https://github.com/PowerShell/PowerShell.git
source = pester::git+https://github.com/PowerShell/psl-pester.git#branch=develop
source = googletest::git+https://github.com/google/googletest.git
diff --git a/PKGBUILD b/PKGBUILD
index bd4712df7efc..448cfb42ad44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
-# Maintainer: Sergio Correia <sergio@correia.cc>
+# Maintainer: Kyle Sferrazza <kyle.sferrazza@gmail.com>
pkgname='powershell-git'
_pkgname='powershell'
-pkgver=6.0.0.alpha.14.7.g3938cdb
+pkgver=6.0.0.alpha.16.25.ge3b59e0f
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')
+makedepends=('git' 'cmake' 'proot' 'dotnet-bin')
depends=('bash' 'icu55')
-conflicts=('powershell' 'powershell-bin')
+conflicts=('powershell')
provides=('powershell')
source=($_pkgname::'git+https://github.com/PowerShell/PowerShell.git'
'pester::git+https://github.com/PowerShell/psl-pester.git#branch=develop'