summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Scholl2015-10-26 15:15:28 -0400
committerDavid Scholl2015-10-26 15:15:28 -0400
commite79392d30c8b7f34c6ec2bf4221eb32f790fd71e (patch)
tree96bf3338687e2a85e4bd5c702611bb7bf2dcb1f3
parent470fbb8cd109f33d56c22b4096c2b2500d5c39b6 (diff)
downloadaur-e79392d30c8b7f34c6ec2bf4221eb32f790fd71e.tar.gz
Add desktop-file-utils dependency
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f2a869a86540..402b35449817 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,8 @@ pkgdesc="Literate programmer's editor, outliner, and project manager"
arch=('any')
url="http://leoeditor.com/"
license=('custom')
-depends=('python-pyqt5' 'shared-mime-info' 'python-setuptools')
+depends=('python-pyqt5' 'shared-mime-info' 'desktop-file-utils'
+ 'python-setuptools')
optdepends=('python-pyenchant: spellchecking support'
'python-docutils: viewrendered support'
'python-sphinx: documentation support')