summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2020-12-05 15:04:49 +0100
committerRichard Neumann2020-12-05 15:04:49 +0100
commit02be19880c5f6447b96597f4acf520e37e59281b (patch)
tree229c3171a32dc687575e0e58807eff5ed2aced49
parent896d9e24dca8be7d8887a4bcd448f0ddd96e15cf (diff)
downloadaur-02be19880c5f6447b96597f4acf520e37e59281b.tar.gz
Updated to 1.5.0.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18b44dfd646b..4cec180e6eb1 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.4.8
+ pkgver = 1.5.0
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.4.8
+ source = mcipc::git+https://github.com/coNQP/mcipc.git#tag=1.5.0
md5sums = SKIP
pkgname = python-mcipc
diff --git a/PKGBUILD b/PKGBUILD
index 4cfaa8b3546c..00b9a11ce7bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase='mcipc'
pkgname="python-${_pkgbase}"
-pkgver=1.4.8
+pkgver=1.5.0
pkgrel=1
pkgdesc='Python 3 library and scripts for the RCON and Query protocol'
arch=('any')