summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2020-12-28 23:12:09 +0100
committerRichard Neumann2020-12-28 23:12:09 +0100
commit222df96a4a54154170fad6f5dc2b0ba7e69d6741 (patch)
tree94126e01ad1e727ca7a60f2386a1abdb28a7c2e4
parente6ef851390d6d3c17e59427ed46e0b3dfd1f5627 (diff)
downloadaur-222df96a4a54154170fad6f5dc2b0ba7e69d6741.tar.gz
Updated to 2.2.5.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 077145b32e49..8ee2f7c39932 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-mcipc
pkgdesc = Python 3 library and scripts for the RCON and Query protocol
- pkgver = 2.2.4
+ pkgver = 2.2.5
pkgrel = 1
url = https://github.com/coNQP/mcipc
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-mcipc
makedepends = python-setuptools-git
depends = python
depends = python-rcon
- source = mcipc::git+https://github.com/coNQP/mcipc.git#tag=2.2.4
+ source = mcipc::git+https://github.com/coNQP/mcipc.git#tag=2.2.5
md5sums = SKIP
pkgname = python-mcipc
diff --git a/PKGBUILD b/PKGBUILD
index 2345e6b691dd..a174bcbbd8fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase='mcipc'
pkgname="python-${_pkgbase}"
-pkgver=2.2.4
+pkgver=2.2.5
pkgrel=1
pkgdesc='Python 3 library and scripts for the RCON and Query protocol'
arch=('any')