summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2020-01-14 11:17:04 +0100
committerRichard Neumann2020-01-14 11:17:04 +0100
commitd58f3165711803fa67f35a5228d0c8c90cc02946 (patch)
tree977c6ed02dcdd1aec89cfb1dd54c202cc6853f72
parentcf194137957b9e221b45e42ad58d3af6f45cccca (diff)
downloadaur-d58f3165711803fa67f35a5228d0c8c90cc02946.tar.gz
Updated to 1.2.2.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 382ffeee6f2e..baf6a47cc7a8 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 = 1.2.1
+ pkgver = 1.2.2
pkgrel = 1
url = https://github.com/coNQP/mcipc
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-mcipc
makedepends = python-setuptools
makedepends = python-setuptools-git
depends = python
- source = mcipc::git+https://github.com/coNQP/mcipc.git#tag=1.2.1
+ source = mcipc::git+https://github.com/coNQP/mcipc.git#tag=1.2.2
md5sums = SKIP
pkgname = python-mcipc
diff --git a/PKGBUILD b/PKGBUILD
index 0954a4e28b58..0aa93851a247 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase='mcipc'
pkgname="python-${_pkgbase}"
-pkgver=1.2.1
+pkgver=1.2.2
pkgrel=1
pkgdesc='Python 3 library and scripts for the RCON and Query protocol'
arch=('any')