summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2021-12-22 17:47:08 +0100
committerRichard Neumann2021-12-22 17:47:08 +0100
commit220d7559b984eca2637fecb8f9a7dc05d07486fe (patch)
tree9bec5706a7282beab0caf3bc90cc39578a88dd5c
parent42eb0ebf06e6faa6a3176278a4c2e4caa9e0c65c (diff)
downloadaur-220d7559b984eca2637fecb8f9a7dc05d07486fe.tar.gz
Update to 2.3.5
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63cc7b5c6f94..1bbb85c6036d 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.4
+ pkgver = 2.3.5
pkgrel = 1
url = https://github.com/coNQP/mcipc
arch = any
@@ -10,8 +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.4
+ source = mcipc::git+https://github.com/coNQP/mcipc.git#tag=2.3.5
md5sums = SKIP
pkgname = python-mcipc
-
diff --git a/PKGBUILD b/PKGBUILD
index d03244866116..35f15b36428a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase='mcipc'
pkgname="python-${_pkgbase}"
-pkgver=2.3.4
+pkgver=2.3.5
pkgrel=1
pkgdesc='Python 3 library and scripts for the RCON and Query protocol'
arch=('any')