summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortakeshix2017-03-03 22:25:39 +0100
committertakeshix2017-03-03 22:25:39 +0100
commita0610bf90951021f959609299035fc78992c4063 (patch)
tree61a7e593aeaebd0a348965745eeb5610d83a9d7a /PKGBUILD
parent928a5d08b014905edc43a976dc30206b83a4ec2c (diff)
downloadaur-a0610bf90951021f959609299035fc78992c4063.tar.gz
Removed python-pyqt5 dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c1cf8d5e328..d11defa1a69c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Generic data encoding/decoding application built with PyQt5'
url='https://github.com/takeshixx/deen'
arch=('any')
license=('Apache 2.0')
-depends=('python' 'python-pip' 'python-pyqt5')
+depends=('python' 'python-pip')
optdepends=('python-pyopenssl')
makedepends=('git')
provides=('deen')