summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2020-12-31 15:19:27 +0100
committerRichard Neumann2020-12-31 15:19:27 +0100
commit2eca1dae5ebda127644ef795d3f7377b0d558548 (patch)
tree408672eddf9f720c62226ddf4c3b78cb5d663559
parentce3b655c0e0721114f6e50cbea4285bc479fcba5 (diff)
downloadaur-2eca1dae5ebda127644ef795d3f7377b0d558548.tar.gz
Updated to 2.2.7.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b47ffd4d7338..1674f370bd19 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.6
+ pkgver = 2.2.7
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.6
+ source = mcipc::git+https://github.com/coNQP/mcipc.git#tag=2.2.7
md5sums = SKIP
pkgname = python-mcipc
diff --git a/PKGBUILD b/PKGBUILD
index faf498448d43..dc7d6f022b9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase='mcipc'
pkgname="python-${_pkgbase}"
-pkgver=2.2.6
+pkgver=2.2.7
pkgrel=1
pkgdesc='Python 3 library and scripts for the RCON and Query protocol'
arch=('any')