diff options
Diffstat (limited to 'python-editor/PKGBUILD')
-rw-r--r-- | python-editor/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python-editor/PKGBUILD b/python-editor/PKGBUILD index a156bb40f..8bec6bc4f 100644 --- a/python-editor/PKGBUILD +++ b/python-editor/PKGBUILD @@ -3,10 +3,10 @@ pkgname=python-editor pkgver=1.0.3 -pkgrel=1 +pkgrel=2 pkgdesc="Programmatically open an editor, capture the result" url="https://github.com/fmoo/python-editor" -depends=('python' ) +depends=('python>=3.6' 'python<3.7') makedepends=('python-setuptools') license=('Apache') arch=('any') |