summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Vincent Creshal2022-07-03 19:57:11 +0200
committerSamuel Vincent Creshal2022-07-03 19:57:11 +0200
commit4b744c4b4954ff06f08151d56d03988380fb4ed8 (patch)
treee867b11b3fa590b53e18257d794bdbff05a16e3d
parent1357ba1c3783f57b5f708fb41822ca375d19d46e (diff)
downloadaur-4b744c4b4954ff06f08151d56d03988380fb4ed8.tar.gz
Fix dependencies
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e48b99722c98..0ef5f627d797 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=yspave
pkgver=0.1.2
-pkgrel=1
+pkgrel=2
pkgdesc='Simple scrypt-based CLI password manager'
arch=('any')
url='https://dev.yaki-syndicate.de'
license=('GPL')
-depends=('python' 'python-colorama' 'python-crypto' 'python-scrypt' 'python-xdg')
+depends=('python' 'python-colorama' 'python-pycryptodome' 'python-scrypt' 'python-xdg')
optdepends=('xsel: access to X selection'
'words: Random word generator as per XKCD 936')
makedepends=('python-setuptools')