summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRichard Neumann2018-09-14 17:40:27 +0200
committerRichard Neumann2018-09-14 17:40:27 +0200
commitf5cbd1005b22b0316e0a739557934e6730e6c5d4 (patch)
treeb97341585cca1af11877356b63f86f653b87a0f3 /PKGBUILD
parent6edf7597d29f0200cfa0a071ac4bdbdbdde2556d (diff)
downloadaur-f5cbd1005b22b0316e0a739557934e6730e6c5d4.tar.gz
Updated deps.
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')