summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2019-06-11 12:49:31 +0200
committerRichard Neumann2019-06-11 12:49:31 +0200
commit129152b6d4443d94532c2b8bac355b54381b6313 (patch)
tree4d24305e8571b43d896358b04c574ce7c307fb9a
parent6d84e299810916cbab1fc3593285946e7f95ec2e (diff)
parent1599b5d852755d43c5bb67569f969dd2a2a22a2f (diff)
downloadaur-129152b6d4443d94532c2b8bac355b54381b6313.tar.gz
Updated to 1.0.6.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78254e69b38a..08ee331ae4c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,6 @@ pkgbase = python-mcipc
makedepends = python-setuptools
makedepends = python-setuptools-git
depends = python
- depends = python-docopt
source = mcipc::git+https://github.com/coNQP/mcipc.git#tag=1.0.6
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 72a7a91c9011..1b0a9966c5c4 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-docopt')
+depends=('python')
makedepends=('git' 'python' 'python-setuptools' 'python-setuptools-git')
source=("${_pkgbase}::git+${url}.git#tag=${pkgver}")
md5sums=('SKIP')