summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicky Heinimann2019-11-29 13:35:12 +0100
committerNicky Heinimann2019-11-29 13:35:12 +0100
commitf477206f8458b9beec5a469d4b85939ccb8db333 (patch)
tree5c202727b37c79f555d9586345f1fcc5b2c9e412 /PKGBUILD
parent307f4f59953213de969a002f74df9dd567c8e900 (diff)
downloadaur-f477206f8458b9beec5a469d4b85939ccb8db333.tar.gz
added python-yaml as dependecy
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 891718479947..a5966bb89c36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('any')
url="https://maebert.github.io/jrnl"
license=('MIT')
depends=('python-parsedatetime>=1.2'
+ 'python-yaml>=5.1.2'
'python-pytz>=2013b'
'python-six>=1.6.1'
'python-tzlocal>=1.1'