summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Frilling2015-08-13 22:09:01 +0200
committerTobias Frilling2015-08-13 22:09:01 +0200
commit82d052455a1db6aa6f4e7f66f416004a39c1151c (patch)
treeb3d8e2159f6331642bf25708a93c3f3d81424221
parenta44e092d5a2e7f0a4f2ee2db065bfb5cb68bfdff (diff)
downloadaur-82d052455a1db6aa6f4e7f66f416004a39c1151c.tar.gz
Update dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 7 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 428add5e23e3..0194ae47f526 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,11 @@ pkgbase = jrnl-git
license = MIT
makedepends = git
depends = python
+ depends = python-dateutil
+ depends = python-keyring
+ depends = python-parsedatetime
+ depends = python-pytz
+ depends = python-tzlocal
conflicts = jrnl
options = !emptydirs
source = jrnl::git+https://github.com/maebert/jrnl.git
diff --git a/PKGBUILD b/PKGBUILD
index 9438c294a159..8effe61cd6d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,8 @@ pkgdesc="A simple command line journal application that stores your journal in a
arch=('any')
url="http://maebert.github.io/jrnl/"
license=('MIT')
-depends=('python')
+depends=('python' 'python-dateutil' 'python-keyring' 'python-parsedatetime' \
+ 'python-pytz' 'python-tzlocal')
makedepends=('git')
conflicts=("${pkgname%-git}")
options=(!emptydirs)