summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFernando Ortiz2020-03-19 00:36:20 -0500
committerFernando Ortiz2020-03-19 00:36:20 -0500
commitcbc99a92d1964d316aff4d274e91b7b66a6a173c (patch)
tree7b01eaee5f623a48b619a2c601de78bb3ecb64b1
parent679e7c25aab210cac51285c329ccba6821c752a7 (diff)
downloadaur-cbc99a92d1964d316aff4d274e91b7b66a6a173c.tar.gz
specify python versions
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36d3c74c1ac2..1f4dc33dfd67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ build() {
}
package_python-chainmap() {
- depends=('python')
+ depends=('python<=3.2')
pkgdesc+=" for Python 3"
cd chainmap-$pkgver
@@ -37,7 +37,7 @@ package_python-chainmap() {
}
package_python2-chainmap() {
- depends=('python2')
+ depends=('python2>=2.6')
pkgdesc+=" for Python 2"
cd py2chainmap-$pkgver