summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2022-08-22 11:20:57 +0200
committerRichard Neumann2022-08-22 11:20:57 +0200
commitac8b9457845b9a9403d068d6f7d462db89152edb (patch)
tree9cde514fce94f5a54aa01953bc4826da4c302cd3
parent1fb105ca85b683b343f88f922adf3b1f732ca061 (diff)
downloadaur-ac8b9457845b9a9403d068d6f7d462db89152edb.tar.gz
Update to 2.4.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2167c6172ed5..2dcecb1b7a29 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.4.1
+ pkgver = 2.4.2
pkgrel = 1
url = https://github.com/coNQP/mcipc
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-mcipc
depends = python
depends = python-setuptools
depends = python-rcon>=2.3.4
- source = mcipc::git+https://github.com/coNQP/mcipc.git#tag=2.4.1
+ source = mcipc::git+https://github.com/coNQP/mcipc.git#tag=2.4.2
md5sums = SKIP
pkgname = python-mcipc
diff --git a/PKGBUILD b/PKGBUILD
index 3272632c4928..12c34fc72b50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase='mcipc'
pkgname="python-${_pkgbase}"
-pkgver=2.4.1
+pkgver=2.4.2
pkgrel=1
pkgdesc='Python 3 library and scripts for the RCON and Query protocol'
arch=('any')