summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Weber2022-06-28 09:19:49 +0200
committerSteffen Weber2022-06-28 09:19:49 +0200
commitc357dd6345ef8a48ca38184782874e1169f7b49a (patch)
tree21b5defa1d98e5775f23e559c20ba60795f84102
parent4cd60cc7690b0337748c7cf6ad0f57072303ea3e (diff)
downloadaur-yokadi.tar.gz
Update optdep
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 053daa8f27ab..45aeb0b4cb44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = yokadi
pkgdesc = Command line oriented, sqlite powered, todo list
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://yokadi.github.io
arch = any
license = GPL3
depends = python-sqlalchemy
depends = python-dateutil
depends = hicolor-icon-theme
- optdepends = python-crypto: encrypt tasks title and description
+ optdepends = python-pycryptodome: encrypt tasks title and description
source = https://yokadi.github.io/download/yokadi-1.2.0.tar.gz
md5sums = dc986bd76dd7f10fa8d4bd3faa38aac1
pkgname = yokadi
-
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')