summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 88d174b800a4..8472b17cb1e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
_pkgbase='mcipc'
pkgname="python-${_pkgbase}-git"
-pkgver=r142.30b3b0b
+pkgver=r145.fbb3c3e
pkgrel=1
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-docopt')
+depends=('python' 'python-pyzmq')
+optdepends=('python-docopt: for scripts')
makedepends=('git' 'python')
provides=('mcipc-git')
replaces=('mcipc-git')