summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2020-07-02 10:41:35 +0200
committerRichard Neumann2020-07-02 10:41:35 +0200
commitac7c107785f72c079fac02e2a4777875b22cb2d3 (patch)
treedfd648e4359b40fb0ea74e2725110ae4b03d7d84
parent7909b259fd7b7c051776c8fa09f5edfb4244565a (diff)
downloadaur-ac7c107785f72c079fac02e2a4777875b22cb2d3.tar.gz
Updated to 1.3.3.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 233dcae95041..716d58555151 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.3.1
+ pkgver = 1.3.3
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.3.1
+ source = mcipc::git+https://github.com/coNQP/mcipc.git#tag=1.3.3
md5sums = SKIP
pkgname = python-mcipc
diff --git a/PKGBUILD b/PKGBUILD
index 5c00a6e69ca0..576aa1bcb3fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase='mcipc'
pkgname="python-${_pkgbase}"
-pkgver=1.3.1
+pkgver=1.3.3
pkgrel=1
pkgdesc='Python 3 library and scripts for the RCON and Query protocol'
arch=('any')