summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Sferrazza2017-08-21 21:37:58 -0400
committerKyle Sferrazza2017-08-21 21:37:58 -0400
commit68f8a048e7f5052d6f8dda405e537765e01e85d4 (patch)
treeac0f2a1d8b9434d99ef4fd30cb95c34648981530 /PKGBUILD
parentc3f56e0e25e2b3bdc374f3c5068394de19e672eb (diff)
downloadaur-68f8a048e7f5052d6f8dda405e537765e01e85d4.tar.gz
proper conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b635a44d66f..9e5bab985a79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@
pkgname=powershell-bin
_pkgver=6.0.0-beta.5
pkgver=${_pkgver/-/.}
-pkgrel=1
+pkgrel=2
pkgdesc="A cross-platform automation and configuration tool/framework (binary package)"
arch=('x86_64')
url="https://github.com/Powershell/Powershell"
license=('MIT')
provides=('powershell')
+conflicts=('powershell')
options=(staticlibs !strip)
depends=('libunwind' 'icu55' 'libcurl-openssl-1.0')
makedepends=('rsync')