summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2019-06-11 21:59:01 +0200
committerRichard Neumann2019-06-11 21:59:01 +0200
commite2ffaad517f8127e33a676213c7cda7353ca4091 (patch)
treeb821e1e50d41102d35e51b9c0f8ddbd059f187d2
parent2fc2961cae666d4de281746eaf6269f65253e5f8 (diff)
downloadaur-e2ffaad517f8127e33a676213c7cda7353ca4091.tar.gz
Updated to 1.1.1.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1bb0572d228..f1ea2cb34f3a 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.0.9
+ pkgver = 1.1.1
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.0.9
+ source = mcipc::git+https://github.com/coNQP/mcipc.git#tag=1.1.1
md5sums = SKIP
pkgname = python-mcipc
diff --git a/PKGBUILD b/PKGBUILD
index 7b63c3b1bad4..2863726b20ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase='mcipc'
pkgname="python-${_pkgbase}"
-pkgver=1.0.9
+pkgver=1.1.1
pkgrel=1
pkgdesc='Python 3 library and scripts for the RCON and Query protocol'
arch=('any')