summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2022-02-13 17:56:39 +0100
committerRichard Neumann2022-02-13 17:56:39 +0100
commit2f7a7c3c1c7491f75e14f8d08fd850938ec95adc (patch)
treef94f30547fa3c43ccfc7d7f2358fb6d7e982fe07
parent220d7559b984eca2637fecb8f9a7dc05d07486fe (diff)
downloadaur-2f7a7c3c1c7491f75e14f8d08fd850938ec95adc.tar.gz
Update to 2.3.7
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bbb85c6036d..d4c4649f8037 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 = 2.3.5
+ pkgver = 2.3.7
pkgrel = 1
url = https://github.com/coNQP/mcipc
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-mcipc
depends = python
depends = python-setuptools
depends = python-rcon
- source = mcipc::git+https://github.com/coNQP/mcipc.git#tag=2.3.5
+ source = mcipc::git+https://github.com/coNQP/mcipc.git#tag=2.3.7
md5sums = SKIP
pkgname = python-mcipc
diff --git a/PKGBUILD b/PKGBUILD
index 35f15b36428a..60e1bd976bdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase='mcipc'
pkgname="python-${_pkgbase}"
-pkgver=2.3.5
+pkgver=2.3.7
pkgrel=1
pkgdesc='Python 3 library and scripts for the RCON and Query protocol'
arch=('any')