summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2020-12-21 00:05:22 +0100
committerRichard Neumann2020-12-21 00:05:22 +0100
commitddcd24dee083e8aaf851ecb1b82edb945ed9bc59 (patch)
tree614ccd225ed96fbe0e076be32f871751aa2e7b34
parenta50b23ad08187dd0ba6e9fdb82bd02e4fd189625 (diff)
downloadaur-ddcd24dee083e8aaf851ecb1b82edb945ed9bc59.tar.gz
Updated to 2.0.0.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69aca8f3c7fb..e99c75c385ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = python-mcipc
pkgdesc = Python 3 library and scripts for the RCON and Query protocol
- pkgver = 1.5.4
+ pkgver = 2.0.0
pkgrel = 1
url = https://github.com/coNQP/mcipc
arch = any
license = GPLv3
makedepends = git
makedepends = python
+ makedepends = python-rcon
makedepends = python-setuptools
makedepends = python-setuptools-git
depends = python
- source = mcipc::git+https://github.com/coNQP/mcipc.git#tag=1.5.4
+ source = mcipc::git+https://github.com/coNQP/mcipc.git#tag=2.0.0
md5sums = SKIP
pkgname = python-mcipc
diff --git a/PKGBUILD b/PKGBUILD
index cd1b30c61f23..823973ed7714 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgbase='mcipc'
pkgname="python-${_pkgbase}"
-pkgver=1.5.4
+pkgver=2.0.0
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')
-makedepends=('git' 'python' 'python-setuptools' 'python-setuptools-git')
+makedepends=('git' 'python' 'python-rcon' 'python-setuptools' 'python-setuptools-git')
source=("${_pkgbase}::git+${url}.git#tag=${pkgver}")
md5sums=('SKIP')