summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e63692f52d4..78254e69b38a 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.0.2
+ pkgver = 1.0.6
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-docopt
- source = mcipc::git+https://github.com/coNQP/mcipc.git#tag=1.0.2
+ source = mcipc::git+https://github.com/coNQP/mcipc.git#tag=1.0.6
md5sums = SKIP
pkgname = python-mcipc
diff --git a/PKGBUILD b/PKGBUILD
index f52e9ce8140a..72a7a91c9011 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase='mcipc'
pkgname="python-${_pkgbase}"
-pkgver=1.0.2
+pkgver=1.0.6
pkgrel=1
pkgdesc='Python 3 library and scripts for the RCON and Query protocol'
arch=('any')