summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2020-09-09 12:00:17 +0200
committerRichard Neumann2020-09-09 12:00:17 +0200
commit2a3c00d622eb6ac5e4d8ee0ce66f85422b096f7e (patch)
tree840c3e9c3e4e0fcf4c4483d08f2f74e86a25edb4
parentcdde7c63141e7fdb3d99ffc9122b2676cb518a25 (diff)
downloadaur-2a3c00d622eb6ac5e4d8ee0ce66f85422b096f7e.tar.gz
Updated to 1.3.9
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b1f8e0455e0..06193db1e70f 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.8
+ pkgver = 1.3.9
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.8
+ source = mcipc::git+https://github.com/coNQP/mcipc.git#tag=1.3.9
md5sums = SKIP
pkgname = python-mcipc
diff --git a/PKGBUILD b/PKGBUILD
index 4d32709fc22e..c3e4a6eee1b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase='mcipc'
pkgname="python-${_pkgbase}"
-pkgver=1.3.8
+pkgver=1.3.9
pkgrel=1
pkgdesc='Python 3 library and scripts for the RCON and Query protocol'
arch=('any')