summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Sferrazza2018-08-21 21:00:24 -0400
committerKyle Sferrazza2018-08-21 21:00:24 -0400
commit782bff6ad7e66811c625262d4cb721fabe7dce26 (patch)
tree8d9a77490e70a959e342bf8b28f7a1aa6201e8eb
parenta01f6f146118d2eba447dc99d722b6bb2fb2b8bf (diff)
downloadaur-782bff6ad7e66811c625262d4cb721fabe7dce26.tar.gz
powershell depends on icu
-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)