summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCebtenzzre2020-01-08 12:37:25 -0500
committerCebtenzzre2020-01-08 12:37:25 -0500
commit9ab3618db4de0128c629e824d02f7b5f13be701d (patch)
treece97b903a2d745557a55932e1c1e9cac93cbab23 /PKGBUILD
parentf8084d662b2d72a312772957e069b825026ff005 (diff)
downloadaur-9ab3618db4de0128c629e824d02f7b5f13be701d.tar.gz
Add missing hicolor-icon-theme dependency
Detected by namcap, needed because files are installed to /usr/share/icons/hicolor
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29d389054755..f54e05c3b543 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ install=${pkgname}.install
depends=('python2' 'net-tools' 'procps-ng' 'xorg-xauth' 'pcsclite'
'java-environment' 'nspr' 'nss' 'ghostscript' 'smtp-forwarder'
- 'ncurses5-compat-libs' 'pulseaudio' 'xdg-utils')
+ 'ncurses5-compat-libs' 'pulseaudio' 'xdg-utils' 'hicolor-icon-theme')
optdepends=('nfs-utils: Local drive redirection'
'python2-ldap: LDAP integration tools'
'apache: Web integration'