summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2021-05-12 15:37:36 +0200
committerRichard Neumann2021-05-12 15:37:36 +0200
commit42eb0ebf06e6faa6a3176278a4c2e4caa9e0c65c (patch)
treeefee308a35d83a42febd12113b2755acd6dcb52b
parentdfecafe3f59c93ae158955fe61b6037fc6bf0619 (diff)
downloadaur-42eb0ebf06e6faa6a3176278a4c2e4caa9e0c65c.tar.gz
Update to 2.3.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f46e2ff05007..63cc7b5c6f94 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.3.3
+ pkgver = 2.3.4
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
- source = mcipc::git+https://github.com/coNQP/mcipc.git#tag=2.3.3
+ source = mcipc::git+https://github.com/coNQP/mcipc.git#tag=2.3.4
md5sums = SKIP
pkgname = python-mcipc
diff --git a/PKGBUILD b/PKGBUILD
index cccbd3dc9a2d..d03244866116 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase='mcipc'
pkgname="python-${_pkgbase}"
-pkgver=2.3.3
+pkgver=2.3.4
pkgrel=1
pkgdesc='Python 3 library and scripts for the RCON and Query protocol'
arch=('any')