summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Edgecombe2018-05-23 21:11:54 +0100
committerGraham Edgecombe2018-05-23 21:11:54 +0100
commit468fd6e3ff3ef0daedabd6d3f7f9cfc94556697d (patch)
treeceed0b6055f135ce8e882dc3350f89c72297236f
parent1ccda251b1b64a9c74b500df16dbdaf98973efaa (diff)
downloadaur-468fd6e3ff3ef0daedabd6d3f7f9cfc94556697d.tar.gz
Add missing icu dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e612adcbc96..e9ccd82f5dfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url='https://openrct2.io'
license=('GPL3')
depends=('hicolor-icon-theme' 'sdl2' 'curl' 'jansson' 'speexdsp' 'fontconfig'
- 'libpng' 'openssl' 'libzip')
+ 'libpng' 'openssl' 'libzip' 'icu')
makedepends=('git' 'cmake')
optdepends=('zenity: System dialog box support (GNOME/GTK)'
'kdialog: System dialog box support (KDE)'