summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorimlonghao2020-01-11 08:00:15 +0000
committerimlonghao2020-01-11 08:00:15 +0000
commit36dc6f0a57a2c8740d841ebfd0ece69f67a00eba (patch)
tree37cc802b8d461b705f2b74c85adf9a7b98b2e3df
parent95b26ec4fa47780b9696fbb13cb69496eee4f4ee (diff)
downloadaur-36dc6f0a57a2c8740d841ebfd0ece69f67a00eba.tar.gz
Fix depends python-pycryptodomex
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9373301adc75..9d2e4c6506de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,9 +5,7 @@ pkgbase = python-kppy
url = https://github.com/raymontag/kppy
arch = any
license = GPL
- makedepends = python
- makedepends = python-crypto
- depends = python-crypto
+ depends = python-pycryptodomex
source = https://github.com/raymontag/kppy/archive/1.5.2.tar.gz
sha256sums = 9dbf494304f2ac82ff6b8037744ab2887f68901840e4dda2aa612ab9129a6a60
diff --git a/PKGBUILD b/PKGBUILD
index 60640d7c5f9f..78da50f1c38e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,7 @@ pkgdesc="A Python-module to provide an API to KeePass 1.x files commonly used by
arch=('any')
url="https://github.com/raymontag/kppy"
license=('GPL')
-depends=('python-crypto')
-makedepends=('python' 'python-crypto')
+depends=('python-pycryptodomex')
source=(https://github.com/raymontag/kppy/archive/${pkgver}.tar.gz)
sha256sums=('9dbf494304f2ac82ff6b8037744ab2887f68901840e4dda2aa612ab9129a6a60')