summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Nagy2022-08-09 21:28:15 +0000
committerRoland Nagy2022-08-09 21:30:01 +0000
commitae23f348ff54312a84aba5ced2185a76cf8a2324 (patch)
treed7c243ab3fa8caed70bf34936309da8bb7049e27
parent54127c4e2d2cf052622e030c95dcf4495b996f87 (diff)
downloadaur-ae23f348ff54312a84aba5ced2185a76cf8a2324.tar.gz
add missing python-cipheycore and python-cipheydists dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f9bf07adcc1..540ad61842bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ciphey
pkgdesc = Automated decryption tool
pkgver = 5.14.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/Ciphey/Ciphey
arch = any
license = MIT
@@ -15,6 +15,8 @@ pkgbase = ciphey
depends = python-click
depends = python-loguru
depends = python-mock
+ depends = python-cipheycore
+ depends = python-cipheydists
depends = python-pyaml
depends = python-pybase62
depends = python-pylint
diff --git a/PKGBUILD b/PKGBUILD
index eaf2fe2c3465..dffccf8ae3d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ciphey
pkgver=5.14.0
-pkgrel=4
+pkgrel=5
pkgdesc="Automated decryption tool"
arch=("any")
url="https://github.com/Ciphey/Ciphey"
@@ -16,6 +16,8 @@ depends=(
"python-click"
"python-loguru" #aur
"python-mock"
+ "python-cipheycore"
+ "python-cipheydists"
"python-pyaml"
"python-pybase62" #aur
"python-pylint"