summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicky Heinimann2020-04-10 14:11:01 +0200
committerNicky Heinimann2020-04-10 14:11:01 +0200
commite0c0b87c82c0c3d84b01b2b6bfbf045efd416f2e (patch)
tree2d8559652da4afa562c97076ca6c41e9e10d34f5
parent6e1a8bf8652078eb56441304db515021cb194a31 (diff)
downloadaur-e0c0b87c82c0c3d84b01b2b6bfbf045efd416f2e.tar.gz
updated PKGBUILD
-rw-r--r--PKGBUILD25
1 files changed, 14 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 78671baeb819..be18e9b28f30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,17 +7,20 @@ pkgdesc="A simple command line journal application that stores your journal in a
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'
- 'python-keyring>=3.3'
- 'python-dateutil>=2.2'
- 'python-passlib>=1.6.2'
- 'python-asteval>=0.9.8'
- 'python-xdg>=0.26')
-optdepends=('python-crypto: AES256-encrypted journal')
+depends=('python-pyxdg>=0.26'
+ 'python-parsedatetime>=2.4'
+ 'python-cryptography>=2.7'
+ 'python-passlib>=1.7'
+ 'python-parsedatetime>=2.4'
+ 'python-keyring>=19.0'
+ 'python-pytz>=2019.1'
+ 'python-tzlocal>1.5'
+ 'python-tzlocal<3.0'
+ 'python-asteval>=0.9.14'
+ 'python-colorama>=0.4.1'
+ 'python-dateutil>=2.8'
+ 'python-yaml>=5.1'
+ 'python-ansiwrap>=0.8.4')
source=("https://pypi.python.org/packages/source/j/$pkgname/$pkgname-${pkgver}.tar.gz")
sha256sums=('c780f656e61516fe7cbb1fa5e96e1959df3f7340c6c6cc7af69239cc19dd3dc1')