summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2022-08-20 16:02:54 +0200
committerRichard Neumann2022-08-20 16:02:54 +0200
commitb1199e0783ee510dce2ccf4aa933fd30c2787192 (patch)
tree7f743c72b61c291186d9acacee93aacade641bd9
parentdd49ab39f43fb8c961f7c033229cf4393dffb242 (diff)
downloadaur-b1199e0783ee510dce2ccf4aa933fd30c2787192.tar.gz
Add python-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 a8c61754b83e..51dcc5bb9462 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = python-mcipc
makedepends = python-setuptools-scm
depends = python
depends = python-setuptools
- depends = python-rcon
+ depends = python-rcon>=2.3.0
source = mcipc::git+https://github.com/coNQP/mcipc.git#tag=2.4.0
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 80770906e1f6..533b2ea2945f 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')
+depends=('python' 'python-setuptools' 'python-rcon>=2.3.0')
makedepends=('git' 'python-setuptools-scm')
source=("${_pkgbase}::git+${url}.git#tag=${pkgver}")
md5sums=('SKIP')