summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Sferrazza2018-08-21 21:00:24 -0400
committerKyle Sferrazza2018-08-21 21:00:24 -0400
commit782bff6ad7e66811c625262d4cb721fabe7dce26 (patch)
tree8d9a77490e70a959e342bf8b28f7a1aa6201e8eb /PKGBUILD
parenta01f6f146118d2eba447dc99d722b6bb2fb2b8bf (diff)
downloadaur-782bff6ad7e66811c625262d4cb721fabe7dce26.tar.gz
powershell depends on icu
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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)