summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Vogt2016-03-04 08:25:12 +0100
committerDavid Vogt2016-03-04 08:25:30 +0100
commit0dc3996eda77cb1a072916e9556e0e5708339a97 (patch)
tree2203fc9762c0f54a8266a3d1614f787eba4eb0ef /PKGBUILD
parent8cfe7fd94e440f304d7310485e22fd572725537d (diff)
downloadaur-0dc3996eda77cb1a072916e9556e0e5708339a97.tar.gz
Adding some missing dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52fa6f8527a9..036e92863f59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Index and find your stuff"
arch=('any')
license=('AGPL')
url='http://github.com/adfinis-sygroup/finja'
-depends=('python' 'python-six' 'python-binaryornot')
+depends=('python' 'python-six' 'python-binaryornot' 'python-chardet' 'sqlite3')
makedepends=()
provides=('finja')
conflicts=('finja-git')