summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2020-01-10 21:31:20 +0100
committerRichard Neumann2020-01-10 21:31:20 +0100
commitb07277fda788434e213ff7bf9e84aa5c29ad9d0b (patch)
treed4f5675371a1111c0e546357a4548effb63b821c
parent0766ac136cea7bf6e954300f994ecc39e118e237 (diff)
downloadaur-b07277fda788434e213ff7bf9e84aa5c29ad9d0b.tar.gz
Updated to 1.2.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06792e5aeb0c..7f03294082a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-mcipc
pkgdesc = Python 3 library and scripts for the RCON and Query protocol
- pkgver = 1.1.1
- pkgrel = 2
+ pkgver = 1.2.0
+ pkgrel = 1
url = https://github.com/coNQP/mcipc
arch = any
license = GPLv3
@@ -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.1.1
+ source = mcipc::git+https://github.com/coNQP/mcipc.git#tag=1.2.0
md5sums = SKIP
pkgname = python-mcipc
diff --git a/PKGBUILD b/PKGBUILD
index a77b757fa5b1..ff350ad24f12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgbase='mcipc'
pkgname="python-${_pkgbase}"
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
pkgdesc='Python 3 library and scripts for the RCON and Query protocol'
arch=('any')
url="https://github.com/coNQP/${_pkgbase}"