summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Sferrazza2017-08-21 21:37:28 -0400
committerKyle Sferrazza2017-08-21 21:37:28 -0400
commitdb00aed14ff434629c667b4e37184afb9eb97f0f (patch)
treedad2a258e44e3fa43c64841c3e7e10f8770e2092 /PKGBUILD
parent4b44824d4ed494ca208994095e86e572aa1381f7 (diff)
downloadaur-db00aed14ff434629c667b4e37184afb9eb97f0f.tar.gz
proper conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fdf62b24613f..321700167827 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,13 @@
pkgname=powershell
_pkgver=6.0.0-beta.5
pkgver=${_pkgver/-/.}
-pkgrel=1
+pkgrel=2
pkgdesc="A cross-platform automation and configuration tool/framework (latest release)"
arch=('x86_64')
url="https://github.com/PowerShell/PowerShell"
license=('MIT')
makedepends=('git' 'cmake' 'dotnet-sdk-2.0')
depends=('icu')
-conflicts=('powershell-git')
source=($pkgname::git+https://github.com/PowerShell/PowerShell.git#tag=v$_pkgver
pester::git+https://github.com/PowerShell/psl-pester.git#branch=develop
googletest::git+https://github.com/google/googletest.git)