summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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')