summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2020-12-10 17:23:40 +0100
committerRichard Neumann2020-12-10 17:23:40 +0100
commita50b23ad08187dd0ba6e9fdb82bd02e4fd189625 (patch)
tree0785503539ecb4c1e9ea8e9f24a08b6f87ec13ca
parent0c1c0fdb03ab34ec24c409225a8eace0283d8e59 (diff)
downloadaur-a50b23ad08187dd0ba6e9fdb82bd02e4fd189625.tar.gz
Updated to 1.5.4.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2a73faed8f1..69aca8f3c7fb 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.5.3
+ pkgver = 1.5.4
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.5.3
+ source = mcipc::git+https://github.com/coNQP/mcipc.git#tag=1.5.4
md5sums = SKIP
pkgname = python-mcipc
diff --git a/PKGBUILD b/PKGBUILD
index 303cdb7ba132..cd1b30c61f23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase='mcipc'
pkgname="python-${_pkgbase}"
-pkgver=1.5.3
+pkgver=1.5.4
pkgrel=1
pkgdesc='Python 3 library and scripts for the RCON and Query protocol'
arch=('any')