summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRichard Neumann2019-05-30 15:41:49 +0200
committerRichard Neumann2019-05-30 15:41:49 +0200
commite9a7a2b32e3aa6e2c98d6ecf3fcb70538ebf692b (patch)
tree836852574e575af524ee9a2d8cf95aace696b84f /PKGBUILD
parentfd2968c3bb4ae672bbc85b1caa9916f22cad81fd (diff)
downloadaur-e9a7a2b32e3aa6e2c98d6ecf3fcb70538ebf692b.tar.gz
Updated to 1.0.4.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f52e9ce8140a..880f38b34503 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgbase='mcipc'
pkgname="python-${_pkgbase}"
-pkgver=1.0.2
+pkgver=1.0.4
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')
makedepends=('git' 'python' 'python-setuptools' 'python-setuptools-git')
source=("${_pkgbase}::git+${url}.git#tag=${pkgver}")
md5sums=('SKIP')