summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2022-08-20 15:58:34 +0200
committerRichard Neumann2022-08-20 15:58:34 +0200
commit5fe666b829847ba8892e05dacd6d9a6272f8e561 (patch)
treec60e02e47fafbe6437d33dc4100fa6d3d35eaddf
parenta05f40433ff5de443db6256df30f6e8adfa20e69 (diff)
downloadaur-5fe666b829847ba8892e05dacd6d9a6272f8e561.tar.gz
Update to 2.4.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f8aa5ce605f..6800138f2699 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.8
+ pkgver = 2.40
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.8
+ source = mcipc::git+https://github.com/coNQP/mcipc.git#tag=2.40
md5sums = SKIP
pkgname = python-mcipc
diff --git a/PKGBUILD b/PKGBUILD
index 3c2c961dc4f1..2f9a030fcfc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase='mcipc'
pkgname="python-${_pkgbase}"
-pkgver=2.3.8
+pkgver=2.40
pkgrel=1
pkgdesc='Python 3 library and scripts for the RCON and Query protocol'
arch=('any')