summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d7f0123ffd3..917588ad5e8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = powershell-bin
install = powershell.install
arch = x86_64
depends = libunwind
+ depends = icu
provides = powershell
conflicts = powershell
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index cb60ad31a3e1..1d143b29d86b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc='A cross-platform automation and configuration tool/framework (binary package)'
arch=('x86_64')
url='https://github.com/Powershell/Powershell'
-depends=('libunwind')
+depends=('libunwind' 'icu')
provides=('powershell')
conflicts=('powershell')
options=(staticlibs !strip)