summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Palenzuela2019-08-24 23:20:44 +0200
committerManuel Palenzuela2019-08-24 23:20:44 +0200
commit9b33e5371f7358f1b96ae76065071f5224efeb41 (patch)
treef1e3bee38f7f1cc8f20c58d526e92d378930319a
parente44d5dada1fa84b7bb2a8bc8753c48183b2d9097 (diff)
downloadaur-9b33e5371f7358f1b96ae76065071f5224efeb41.tar.gz
Added missing depend
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c4b84047d1e1..b64074e8dafb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="https://jrnl.sh/"
license=('MIT')
depends=('python-asteval' 'python-dateutil' 'python-keyring' 'python-parsedatetime' \
- 'python-pytz' 'python-tzlocal' 'python-pyaml' 'python-six' 'python-passlib' 'python-pyxdg' 'python-cryptography')
+ 'python-pytz' 'python-tzlocal' 'python-pyaml' 'python-six' 'python-passlib' 'python-xdg' 'python-cryptography')
makedepends=('git')
conflicts=("${pkgname%-git}")
options=(!emptydirs)