summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2020-12-02 10:09:36 +0100
committerRichard Neumann2020-12-02 10:09:36 +0100
commit48e128017fb564712db41b4c692f41fc946e772e (patch)
treea2abb42717b4c6c23f44a42fa9ed74369cf2373e
parent1294fba03eec1a30645be7c5f0a178ca97921fa9 (diff)
downloadaur-48e128017fb564712db41b4c692f41fc946e772e.tar.gz
Release bump for Python 3.9.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9af8f5c24b7f..74334eed9b42 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.4.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/coNQP/mcipc
arch = any
license = GPLv3
diff --git a/PKGBUILD b/PKGBUILD
index a8b494fd6a32..c20842e5b46b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase='mcipc'
pkgname="python-${_pkgbase}"
pkgver=1.4.5
-pkgrel=1
+pkgrel=2
pkgdesc='Python 3 library and scripts for the RCON and Query protocol'
arch=('any')
url="https://github.com/coNQP/${_pkgbase}"