summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSteffen Weber2022-06-28 09:19:49 +0200
committerSteffen Weber2022-06-28 09:19:49 +0200
commitc357dd6345ef8a48ca38184782874e1169f7b49a (patch)
tree21b5defa1d98e5775f23e559c20ba60795f84102 /PKGBUILD
parent4cd60cc7690b0337748c7cf6ad0f57072303ea3e (diff)
downloadaur-yokadi.tar.gz
Update optdep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e2cff2c555f..364e32e2ae32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=yokadi
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Command line oriented, sqlite powered, todo list"
url="https://yokadi.github.io"
arch=('any')
depends=('python-sqlalchemy' 'python-dateutil' 'hicolor-icon-theme')
-optdepends=('python-crypto: encrypt tasks title and description')
+optdepends=('python-pycryptodome: encrypt tasks title and description')
source=("$url/download/$pkgname-$pkgver.tar.gz")
license=('GPL3')
md5sums=('dc986bd76dd7f10fa8d4bd3faa38aac1')