summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2019-05-30 15:48:27 +0200
committerRichard Neumann2019-05-30 15:48:27 +0200
commit1599b5d852755d43c5bb67569f969dd2a2a22a2f (patch)
tree592918509bfa93966b44c8a5128cdbc25cb87946
parente9a7a2b32e3aa6e2c98d6ecf3fcb70538ebf692b (diff)
downloadaur-1599b5d852755d43c5bb67569f969dd2a2a22a2f.tar.gz
Updated to 1.0.5.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d3feff31c2e..2a1ef0b3c7c9 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.4
+ pkgver = 1.0.5
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.0.4
+ source = mcipc::git+https://github.com/coNQP/mcipc.git#tag=1.0.5
md5sums = SKIP
pkgname = python-mcipc
diff --git a/PKGBUILD b/PKGBUILD
index 880f38b34503..104db7e8ac82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase='mcipc'
pkgname="python-${_pkgbase}"
-pkgver=1.0.4
+pkgver=1.0.5
pkgrel=1
pkgdesc='Python 3 library and scripts for the RCON and Query protocol'
arch=('any')