summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortakeshix2018-07-25 14:41:52 +0200
committertakeshix2018-07-25 14:41:52 +0200
commit8c670526f83e8fcad1df42f5c87d83c112dd7771 (patch)
treec81750fae2ba70797429e853fa3fae2169186b36
parent496bedbfe83e24920e639d6006bcd1c1beabdf25 (diff)
downloadaur-8c670526f83e8fcad1df42f5c87d83c112dd7771.tar.gz
Added dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4fa699988e5..b91fa291de11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,11 @@ pkgbase = deen-git
depends = python-pyqt5
optdepends = python-pyopenssl
optdepends = python-jsbeautifier
+ optdepends = python-keystone
+ optdepends = python-capstone
+ optdepends = python-pyjwt
+ optdepends = python-bcrypt
+ optdepends = python-xmltodict
provides = deen
conflicts = deen
source = deen::git+https://github.com/takeshixx/deen.git
diff --git a/PKGBUILD b/PKGBUILD
index 08f27ddda98d..594207cfc7aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,9 @@ url='https://github.com/takeshixx/deen'
arch=('any')
license=('Apache 2.0')
depends=('python' 'python-setuptools' 'python-pyqt5')
-optdepends=('python-pyopenssl' 'python-jsbeautifier')
+optdepends=('python-pyopenssl' 'python-jsbeautifier' 'python-keystone'
+ 'python-capstone' 'python-pyjwt' 'python-bcrypt'
+ 'python-xmltodict')
makedepends=('git')
provides=('deen')
conflicts=('deen')