summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmcb2022-10-13 15:35:35 +0100
committerjmcb2022-10-13 15:35:35 +0100
commitfda9db3c760a60f43af7e51cf6935fce1d37ef41 (patch)
treec415b951c8aaf72e085b1fe5685cbc8b928d34ce
parentdaec438696c9674503ede87e4bf1d27dbea1b952 (diff)
downloadaur-fda9db3c760a60f43af7e51cf6935fce1d37ef41.tar.gz
More specific depends, for icons
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5296bd9a8016..87033e5becff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('any')
url="https://packages.debian.org/stable/python/idle"
license=("Python")
groups=()
-depends=('python')
+depends=('python>=3.10' 'python<3.11')
optdepends=()
provides=()
conflicts=('idle3'