summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2022-08-21 15:28:27 +0200
committerRichard Neumann2022-08-21 15:28:27 +0200
commit1fb105ca85b683b343f88f922adf3b1f732ca061 (patch)
treedc9a478f674315cdac76d449bc83dc21a93e88d9
parent8988993163e812748f85ad38229f89ae539ee918 (diff)
downloadaur-1fb105ca85b683b343f88f922adf3b1f732ca061.tar.gz
Update rcon version constraint
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d33bb0d6f877..2167c6172ed5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = python-mcipc
makedepends = python-setuptools-scm
depends = python
depends = python-setuptools
- depends = python-rcon>=2.3.0
+ depends = python-rcon>=2.3.4
source = mcipc::git+https://github.com/coNQP/mcipc.git#tag=2.4.1
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 22bbcdcffd64..3272632c4928 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Python 3 library and scripts for the RCON and Query protocol'
arch=('any')
url="https://github.com/coNQP/${_pkgbase}"
license=('GPLv3')
-depends=('python' 'python-setuptools' 'python-rcon>=2.3.0')
+depends=('python' 'python-setuptools' 'python-rcon>=2.3.4')
makedepends=('git' 'python-setuptools-scm')
source=("${_pkgbase}::git+${url}.git#tag=${pkgver}")
md5sums=('SKIP')