summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2020-12-27 20:18:28 +0100
committerRichard Neumann2020-12-27 20:18:28 +0100
commite6ef851390d6d3c17e59427ed46e0b3dfd1f5627 (patch)
treee1258321aebf3331c35cc686410388548baec3e0
parente9b60a637bc54e2fcbc7776dcc25fab162708f5e (diff)
downloadaur-e6ef851390d6d3c17e59427ed46e0b3dfd1f5627.tar.gz
Updated to 2.2.4.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cad1913d69d..077145b32e49 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.1
+ pkgver = 2.2.4
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.1
+ source = mcipc::git+https://github.com/coNQP/mcipc.git#tag=2.2.4
md5sums = SKIP
pkgname = python-mcipc
diff --git a/PKGBUILD b/PKGBUILD
index 53e20a9ad851..2345e6b691dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase='mcipc'
pkgname="python-${_pkgbase}"
-pkgver=2.2.1
+pkgver=2.2.4
pkgrel=1
pkgdesc='Python 3 library and scripts for the RCON and Query protocol'
arch=('any')