summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2020-01-21 17:22:33 +0100
committerRichard Neumann2020-01-21 17:22:33 +0100
commitde23ba692642962c556bc3cecf319730a7aaff10 (patch)
tree51e6a28fee838ae288a15e53a8aaee0162a4c667
parent4e5795cbcc22bccfa2261b1753e5e3a28628cdbe (diff)
downloadaur-de23ba692642962c556bc3cecf319730a7aaff10.tar.gz
Updated to 1.3.0.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5318f72afdc7..59a19b23c139 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.9
+ pkgver = 1.3.0
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.9
+ source = mcipc::git+https://github.com/coNQP/mcipc.git#tag=1.3.0
md5sums = SKIP
pkgname = python-mcipc
diff --git a/PKGBUILD b/PKGBUILD
index 6b163c36c4af..b06c772f5ec0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase='mcipc'
pkgname="python-${_pkgbase}"
-pkgver=1.2.9
+pkgver=1.3.0
pkgrel=1
pkgdesc='Python 3 library and scripts for the RCON and Query protocol'
arch=('any')