summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c74fd1977f0f..5a87453b3447 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,10 @@ pkgdesc='Generic data encoding/decoding application built with PyQt5'
url='https://github.com/takeshixx/deen'
arch=('any')
license=('Apache 2.0')
-depends=('python' 'python-setuptools' 'python-pyqt5')
-optdepends=('python-pyopenssl' 'python-jsbeautifier' 'python-keystone'
- 'python-capstone' 'python-jose' 'python-bcrypt'
- 'python-xmltodict')
+depends=('python' 'python-setuptools' 'python-pyqt5'
+ 'python-pyopenssl' 'python-jsbeautifier'
+ 'python-keystone' 'python-capstone' 'python-jose'
+ 'python-bcrypt' 'python-xmltodict')
makedepends=('git')
provides=('deen')
conflicts=('deen')