summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRichard Neumann2019-04-16 11:17:12 +0200
committerRichard Neumann2019-04-16 11:17:12 +0200
commitaf846105f6fc113f119334064457d85b0cfaf5e8 (patch)
tree7420ee2684e9a7b022a80f02a5efbbcec4c885df /PKGBUILD
parentfe2f9031b0557a38aa9b57af43f0618953962c72 (diff)
downloadaur-af846105f6fc113f119334064457d85b0cfaf5e8.tar.gz
Removed obsolete zmq dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d29db9e6c6d..9025301c308c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Python 3 library and scripts for the RCON and Query protocol'
arch=('any')
url="https://github.com/coNQP/${_pkgbase}"
license=('GPLv3')
-depends=('python' 'python-pyzmq')
+depends=('python')
optdepends=('python-docopt: for scripts')
makedepends=('git' 'python')
provides=("python-${_pkgbase}")